Home
last modified time | relevance | path

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

/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/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/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()