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.cpp187 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 DRISCVInstructionSelector.cpp76 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 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()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/
H A DX86InstructionSelector.cpp120 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 DSPIRVInstructionSelector.cpp187 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 DAArch64FastISel.cpp167 bool selectSelect(const Instruction *I);
2673 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel
5177 return selectSelect(I); in fastSelectInstruction()