Home
last modified time | relevance | path

Searched refs:selectBitCast (Results 1 – 12 of 12) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp156 bool selectBitCast(const Instruction *I);
943 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1167 case Instruction::BitCast: return selectBitCast(I); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp186 bool selectBitCast(const Instruction *I);
1125 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1379 return selectBitCast(I); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/
DWebAssemblyFastISel.cpp189 bool selectBitCast(const Instruction *I);
1152 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1413 return selectBitCast(I); in fastSelectInstruction()
/external/llvm/include/llvm/CodeGen/
DFastISel.h537 bool selectBitCast(const User *I);
/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
DFastISel.h509 bool selectBitCast(const User *I);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h536 bool selectBitCast(const User *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1278 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1638 return selectBitCast(I); in selectOperator()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1409 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1769 return selectBitCast(I); in selectOperator()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1524 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1883 return selectBitCast(I); in selectOperator()
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp176 bool selectBitCast(const Instruction *I);
4760 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5095 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5096 return selectBitCast(I); in fastSelectInstruction()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp133 bool selectBitCast(const Instruction *I);
4668 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
4942 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
4943 return selectBitCast(I); in fastSelectInstruction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp175 bool selectBitCast(const Instruction *I);
4847 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5191 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5192 return selectBitCast(I); in fastSelectInstruction()