/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMInstructionSelector.cpp | 61 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 D | WebAssemblyFastISel.cpp | 187 bool selectSelect(const Instruction *I); 912 bool WebAssemblyFastISel::selectSelect(const Instruction *I) { in selectSelect() function in WebAssemblyFastISel 1409 return selectSelect(I); in fastSelectInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
H A D | RISCVInstructionSelector.cpp | 76 bool selectSelect(MachineInstr &MI, MachineIRBuilder &MIB, 701 return selectSelect(MI, MIB, MRI); in select() 1120 bool RISCVInstructionSelector::selectSelect(MachineInstr &MI, in selectSelect() function in RISCVInstructionSelector
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 160 bool selectSelect(const Instruction *I); 1009 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect() function in MipsFastISel 2081 return selectSelect(I); in fastSelectInstruction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
H A D | X86InstructionSelector.cpp | 120 bool selectSelect(MachineInstr &I, MachineRegisterInfo &MRI, 443 return selectSelect(I, MRI, MF); in select() 1829 bool X86InstructionSelector::selectSelect(MachineInstr &I, in selectSelect() function in X86InstructionSelector
|
/freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
H A D | SPIRVInstructionSelector.cpp | 187 bool selectSelect(Register ResVReg, const SPIRVType *ResType, MachineInstr &I, 1658 bool SPIRVInstructionSelector::selectSelect(Register ResVReg, in selectSelect() function in SPIRVInstructionSelector 1693 selectSelect(SrcReg, TmpType, I, false); in selectIToF() 1703 return selectSelect(ResVReg, ResType, I, IsSigned); in selectExt()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 167 bool selectSelect(const Instruction *I); 2673 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel 5177 return selectSelect(I); in fastSelectInstruction()
|