Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1377 bool FastISel::selectCast(const User *I, unsigned Opcode) { in selectCast() function in FastISel
1771 return selectCast(I, ISD::FP_TO_SINT); in selectOperator()
1773 return selectCast(I, ISD::ZERO_EXTEND); in selectOperator()
1775 return selectCast(I, ISD::SIGN_EXTEND); in selectOperator()
1777 return selectCast(I, ISD::TRUNCATE); in selectOperator()
1779 return selectCast(I, ISD::SINT_TO_FP); in selectOperator()
1786 return selectCast(I, ISD::ZERO_EXTEND); in selectOperator()
1788 return selectCast(I, ISD::TRUNCATE); in selectOperator()
/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DFastISel.h517 bool selectCast(const User *I, unsigned Opcode);
/llvm-project-15.0.7/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5065 if (!selectCast(I, ISD::FP_TO_SINT)) in fastSelectInstruction()
5074 if (!selectCast(I, ISD::TRUNCATE)) in fastSelectInstruction()
5082 if (!selectCast(I, ISD::SINT_TO_FP)) in fastSelectInstruction()