Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp61 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 DWebAssemblyFastISel.cpp183 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 DSPIRVInstructionSelector.cpp130 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 DMipsFastISel.cpp160 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 DAArch64FastISel.cpp165 bool selectSelect(const Instruction *I);
2674 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel
5129 return selectSelect(I); in fastSelectInstruction()