Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp61 bool selectSelect(MachineInstrBuilder &MIB, MachineRegisterInfo &MRI) const;
677 bool ARMInstructionSelector::selectSelect(MachineInstrBuilder &MIB, in selectSelect() function in ARMInstructionSelector
901 return selectSelect(MIB, MRI); in select()
/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp181 bool selectSelect(const Instruction *I);
872 bool WebAssemblyFastISel::selectSelect(const Instruction *I) { in selectSelect() function in WebAssemblyFastISel
1368 return selectSelect(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp161 bool selectSelect(const Instruction *I);
1019 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect() function in MipsFastISel
2085 return selectSelect(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp165 bool selectSelect(const Instruction *I);
2676 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel
5164 return selectSelect(I); in fastSelectInstruction()