Home
last modified time | relevance | path

Searched refs:selectSelect (Results 1 – 7 of 7) sorted by relevance

/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp61 bool selectSelect(MachineInstrBuilder &MIB, MachineRegisterInfo &MRI) const;
769 bool ARMInstructionSelector::selectSelect(MachineInstrBuilder &MIB, in selectSelect() function in ARMInstructionSelector
1045 return selectSelect(MIB, MRI); in select()
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp181 bool selectSelect(const Instruction *I);
918 bool WebAssemblyFastISel::selectSelect(const Instruction *I) { in selectSelect() function in WebAssemblyFastISel
1418 return selectSelect(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/
H A DRISCVInstructionSelector.cpp90 bool selectSelect(MachineInstr &MI, MachineIRBuilder &MIB) const;
802 return selectSelect(MI, MIB); in select()
1210 bool RISCVInstructionSelector::selectSelect(MachineInstr &MI, in selectSelect() function in RISCVInstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp158 bool selectSelect(const Instruction *I);
1021 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect() function in MipsFastISel
2096 return selectSelect(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp122 bool selectSelect(MachineInstr &I, MachineRegisterInfo &MRI,
447 return selectSelect(I, MRI, MF); in select()
1869 bool X86InstructionSelector::selectSelect(MachineInstr &I, in selectSelect() function in X86InstructionSelector
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/
H A DSPIRVInstructionSelector.cpp223 bool selectSelect(Register ResVReg, const SPIRVType *ResType, MachineInstr &I,
2558 bool SPIRVInstructionSelector::selectSelect(Register ResVReg, in selectSelect() function in SPIRVInstructionSelector
2593 selectSelect(SrcReg, TmpType, I, false); in selectIToF()
2603 return selectSelect(ResVReg, ResType, I, IsSigned); in selectExt()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp162 bool selectSelect(const Instruction *I);
2671 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel
5183 return selectSelect(I); in fastSelectInstruction()