Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp61 bool selectSelect(MachineInstrBuilder &MIB, MachineRegisterInfo &MRI) const;
619 bool ARMInstructionSelector::selectSelect(MachineInstrBuilder &MIB, in selectSelect() function in ARMInstructionSelector
843 return selectSelect(MIB, MRI); in select()
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp150 bool selectSelect(const Instruction *I);
716 bool WebAssemblyFastISel::selectSelect(const Instruction *I) { in selectSelect() function in WebAssemblyFastISel
1161 case Instruction::Select: return selectSelect(I); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp175 bool selectSelect(const Instruction *I);
853 bool WebAssemblyFastISel::selectSelect(const Instruction *I) { in selectSelect() function in WebAssemblyFastISel
1337 case Instruction::Select: return selectSelect(I); in fastSelectInstruction()
/external/llvm/lib/Target/Mips/
DMipsFastISel.cpp112 bool selectSelect(const Instruction *I);
970 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect() function in MipsFastISel
1835 return selectSelect(I); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/
DMipsFastISel.cpp158 bool selectSelect(const Instruction *I);
1003 bool MipsFastISel::selectSelect(const Instruction *I) { in selectSelect() function in MipsFastISel
2059 return selectSelect(I); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp165 bool selectSelect(const Instruction *I);
2667 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel
5129 return selectSelect(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp122 bool selectSelect(const Instruction *I);
2578 bool AArch64FastISel::selectSelect(const Instruction *I) { in selectSelect() function in AArch64FastISel
4976 return selectSelect(I); in fastSelectInstruction()