Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/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()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h509 bool selectBitCast(const User *I);
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1409 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1769 return selectBitCast(I); in selectOperator()
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp176 bool selectBitCast(const Instruction *I);
4760 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
5095 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
5096 return selectBitCast(I); in fastSelectInstruction()