Home
last modified time | relevance | path

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

/llvm-project-15.0.7/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()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h515 bool selectBitCast(const User *I);
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1408 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1768 return selectBitCast(I); in selectOperator()
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp176 bool selectBitCast(const Instruction *I);
4728 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5061 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5062 return selectBitCast(I); in fastSelectInstruction()