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

/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFastISel.cpp1506 bool FastISel::selectCast(const User *I, unsigned Opcode) { function in class:FastISel
1901 return selectCast(I, ISD::FP_TO_SINT);
1903 return selectCast(I, ISD::ZERO_EXTEND);
1905 return selectCast(I, ISD::SIGN_EXTEND);
1907 return selectCast(I, ISD::TRUNCATE);
1909 return selectCast(I, ISD::SINT_TO_FP);
1916 return selectCast(I, ISD::ZERO_EXTEND);
1918 return selectCast(I, ISD::TRUNCATE);
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DFastISel.h537 bool selectCast(const User *I, unsigned Opcode);
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp5195 if (!selectCast(I, ISD::FP_TO_SINT))
5204 if (!selectCast(I, ISD::TRUNCATE))
5212 if (!selectCast(I, ISD::SINT_TO_FP))

Completed in 131 milliseconds