Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp187 bool selectBitCast(const Instruction *I);
1168 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1430 return selectBitCast(I); in fastSelectInstruction()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h517 bool selectBitCast(const User *I);
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1472 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1837 return selectBitCast(I); in selectOperator()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp173 bool selectBitCast(const Instruction *I);
4812 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5149 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5150 return selectBitCast(I); in fastSelectInstruction()