Home
last modified time | relevance | path

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

/external/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1245 bool FastISel::selectCast(const User *I, unsigned Opcode) { in selectCast() function in FastISel
1641 return selectCast(I, ISD::FP_TO_SINT); in selectOperator()
1643 return selectCast(I, ISD::ZERO_EXTEND); in selectOperator()
1645 return selectCast(I, ISD::SIGN_EXTEND); in selectOperator()
1647 return selectCast(I, ISD::TRUNCATE); in selectOperator()
1649 return selectCast(I, ISD::SINT_TO_FP); in selectOperator()
1656 return selectCast(I, ISD::ZERO_EXTEND); in selectOperator()
1658 return selectCast(I, ISD::TRUNCATE); in selectOperator()
/external/llvm/include/llvm/CodeGen/
DFastISel.h538 bool selectCast(const User *I, unsigned Opcode);
/external/llvm/lib/Target/AArch64/
DAArch64FastISel.cpp4946 if (!selectCast(I, ISD::FP_TO_SINT)) in fastSelectInstruction()
4955 if (!selectCast(I, ISD::TRUNCATE)) in fastSelectInstruction()
4963 if (!selectCast(I, ISD::SINT_TO_FP)) in fastSelectInstruction()