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.cpp1259 bool FastISel::selectBitCast(const User *I) { in selectBitCast() function in FastISel
1549 return selectBitCast(I); in selectOperator()
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp133 bool selectBitCast(const Instruction *I);
4649 bool AArch64FastISel::selectBitCast(const Instruction *I) { in selectBitCast() function in AArch64FastISel
4922 if (!FastISel::selectBitCast(I)) in fastSelectInstruction()
4923 return selectBitCast(I); in fastSelectInstruction()