Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp187 bool selectBitCast(const Instruction *I);
1110 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1380 return selectBitCast(I); in fastSelectInstruction()
/freebsd-12.1/contrib/llvm/include/llvm/CodeGen/
H A DFastISel.h537 bool selectBitCast(const User *I);
/freebsd-12.1/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1527 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1875 return selectBitCast(I); in selectOperator()
/freebsd-12.1/contrib/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp176 bool selectBitCast(const Instruction *I);
4789 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5130 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5131 return selectBitCast(I); in fastSelectInstruction()