Home
last modified time | relevance | path

Searched refs:selectBitCast (Results 1 – 4 of 4) 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/llvm/include/llvm/CodeGen/
DFastISel.h537 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/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()