Home
last modified time | relevance | path

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

/external/llvm/include/llvm/Target/
DTargetLowering.h637 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DTargetLowering.h856 bool isOperationCustom(unsigned Op, EVT VT) const { in isOperationCustom() function
/external/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp2166 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
DDAGCombiner.cpp3016 if (!TLI.isTypeLegal(VT) && !TLI.isOperationCustom(DivRemOpc, VT)) in useDivRem()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp1622 assert(isOperationCustom(ISD::UINT_TO_FP, MVT::v2f32) && in X86TargetLowering()