Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1378 bool FastISel::selectCast(const User *I, unsigned Opcode) { in selectCast() function in FastISel
1772 return selectCast(I, ISD::FP_TO_SINT); in selectOperator()
1774 return selectCast(I, ISD::ZERO_EXTEND); in selectOperator()
1776 return selectCast(I, ISD::SIGN_EXTEND); in selectOperator()
1778 return selectCast(I, ISD::TRUNCATE); in selectOperator()
1780 return selectCast(I, ISD::SINT_TO_FP); in selectOperator()
1787 return selectCast(I, ISD::ZERO_EXTEND); in selectOperator()
1789 return selectCast(I, ISD::TRUNCATE); in selectOperator()
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/
H A DFastISel.h511 bool selectCast(const User *I, unsigned Opcode);
/openbsd/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5099 if (!selectCast(I, ISD::FP_TO_SINT)) in fastSelectInstruction()
5108 if (!selectCast(I, ISD::TRUNCATE)) in fastSelectInstruction()
5116 if (!selectCast(I, ISD::SINT_TO_FP)) in fastSelectInstruction()