Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFastISel.cpp188 bool selectBitCast(const Instruction *I);
1151 bool WebAssemblyFastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in WebAssemblyFastISel
1412 return selectBitCast(I); in fastSelectInstruction()
/freebsd-13.1/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h508 bool selectBitCast(const User *I);
/freebsd-13.1/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1405 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1783 return selectBitCast(I); in selectOperator()
/freebsd-13.1/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp175 bool selectBitCast(const Instruction *I);
4721 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5054 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5055 return selectBitCast(I); in fastSelectInstruction()