Home
last modified time | relevance | path

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

/external/llvm/include/llvm/CodeGen/
DFastISel.h533 bool selectBitCast(const User *I);
/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1276 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1615 return selectBitCast(I); in selectOperator()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp134 bool selectBitCast(const Instruction *I);
4635 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
4909 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
4910 return selectBitCast(I); in fastSelectInstruction()