| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | ARMInstructionSelector.cpp | 61 bool selectSelect(MachineInstrBuilder &MIB, MachineRegisterInfo &MRI) const; 767 bool ARMInstructionSelector::selectSelect(MachineInstrBuilder &MIB, in selectSelect() function in ARMInstructionSelector 1034 return selectSelect(MIB, MRI); in select()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
| H A D | WebAssemblyFastISel.cpp | 183 bool selectSelect(const Instruction *I); 909 bool WebAssemblyFastISel::selectSelect(const Instruction *I) { in selectSelect() function in WebAssemblyFastISel 1401 return selectSelect(I); in fastSelectInstruction()
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/RISCV/GISel/ |
| H A D | RISCVInstructionSelector.cpp | 76 bool selectSelect(MachineInstr &MI, MachineIRBuilder &MIB, 686 return selectSelect(MI, MIB, MRI); in select() 1092 bool RISCVInstructionSelector::selectSelect(MachineInstr &MI, in selectSelect() function in RISCVInstructionSelector
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 133 bool selectSelect(Register ResVReg, const SPIRVType *ResType, MachineInstr &I, 1099 bool SPIRVInstructionSelector::selectSelect(Register ResVReg, in selectSelect() function in SPIRVInstructionSelector 1134 selectSelect(SrcReg, TmpType, I, false); in selectIToF() 1143 return selectSelect(ResVReg, ResType, I, IsSigned); in selectExt()
|
| /freebsd-14.2/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-14.2/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 120 bool selectSelect(MachineInstr &I, MachineRegisterInfo &MRI, 436 return selectSelect(I, MRI, MF); in select() 1797 bool X86InstructionSelector::selectSelect(MachineInstr &I, in selectSelect() function in X86InstructionSelector
|
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 166 bool selectSelect(const Instruction *I); 2668 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel 5163 return selectSelect(I); in fastSelectInstruction()
|