Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DISDOpcodes.h61 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
DSelectionDAGNodes.h2159 : SDNode(ISD::CONDCODE, 0, DebugLoc(), getSDVTList(MVT::Other)),
2166 return N->getOpcode() == ISD::CONDCODE;
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAGDumper.cpp405 case ISD::CONDCODE: in getOperationName()
DSelectionDAG.cpp866 case ISD::CONDCODE: in RemoveNodeFromCSEMaps()
5000 return (Op.isUndef()) || (Op.getOpcode() == ISD::CONDCODE) || in FoldConstantVectorArithmetic()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Target/
DTargetSelectionDAG.td317 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;