Searched refs:selectBitCast (Results 1 - 4 of 4) 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/include/llvm/CodeGen/
H A DFastISel.h537 bool selectBitCast(const User *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);
4664 bool AArch64FastISel::selectBitCast(const Instruction *I) { function in class:AArch64FastISel
4938 if (!FastISel::selectBitCast(I))
4939 return selectBitCast(I);

Completed in 205 milliseconds