Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DFastISel.h536 bool selectBitCast(const User *I);
/third_party/skia/third_party/externals/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()
/third_party/skia/third_party/externals/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()