Home
last modified time | relevance | path

Searched refs:isOperationCustom (Results 1 – 4 of 4) sorted by relevance

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1149 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7731 if (!isOperationCustom(Op.getOpcode(), TrgVT) || in LowerTRUNCATEVector()
8405 isOperationCustom(Op.getOpcode(), InVT)) in LowerINT_TO_FP()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4010 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1795 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
1796 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()