Home
last modified time | relevance | path

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

/llvm-project-15.0.7/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h325 getTLI()->isOperationCustom(ISD::STORE, VT)) in getStoreMinimumVF()
H A DTargetLowering.h1202 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/llvm-project-15.0.7/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp7834 if (!isOperationCustom(Op.getOpcode(), TrgVT) || in LowerTRUNCATEVector()
8508 isOperationCustom(Op.getOpcode(), InVT)) in LowerINT_TO_FP()
/llvm-project-15.0.7/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp4201 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
/llvm-project-15.0.7/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp1934 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()
1935 isOperationCustom(ISD::STRICT_UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()