Searched defs:selectBitCast (Results 1 - 3 of 3) sorted by relevance

/external/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp156 bool selectBitCast(const Instruction *I);
943 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { function in class:WebAssemblyFastISel
1167 case Instruction::BitCast: return selectBitCast(I);
/external/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1278 bool FastISel::selectBitCast(const User *I) { function in class:FastISel
1638 return selectBitCast(I);
/external/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp133 bool selectBitCast(const Instruction *I);
4668 bool AArch64FastISel::selectBitCast(const Instruction *I) { function in class:AArch64FastISel
4942 if (!FastISel::selectBitCast(I))
4943 return selectBitCast(I);

Completed in 169 milliseconds