Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp185 bool selectBitCast(const Instruction *I);
1150 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1411 return selectBitCast(I); in fastSelectInstruction()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DFastISel.h508 bool selectBitCast(const User *I);
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1388 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1766 return selectBitCast(I); in selectOperator()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp175 bool selectBitCast(const Instruction *I);
4716 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5049 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5050 return selectBitCast(I); in fastSelectInstruction()