Searched refs:selectSelect (Results 1 – 5 of 5) sorted by relevance
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 130 bool selectSelect(Register ResVReg, const SPIRVType *ResType, MachineInstr &I, 1090 bool SPIRVInstructionSelector::selectSelect(Register ResVReg, in selectSelect() function in SPIRVInstructionSelector 1125 selectSelect(SrcReg, TmpType, I, false); in selectIToF() 1134 return selectSelect(ResVReg, ResType, I, IsSigned); in selectExt()
|
| /openbsd-src/gnu/llvm/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()
|
| /openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
| H A D | AArch64FastISel.cpp | 165 bool selectSelect(const Instruction *I); 2674 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel 5129 return selectSelect(I); in fastSelectInstruction()
|