Home
last modified time | relevance | path

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

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp189 bool selectBitCast(const Instruction *I);
1152 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1413 return selectBitCast(I); in fastSelectInstruction()
/freebsd-14.2/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h513 bool selectBitCast(const User *I);
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1487 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1847 return selectBitCast(I); in selectOperator()
/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp177 bool selectBitCast(const Instruction *I);
4796 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5129 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5130 return selectBitCast(I); in fastSelectInstruction()