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/ |
D | ISDOpcodes.h | 61 BasicBlock, VALUETYPE, CONDCODE, Register, RegisterMask, enumerator
|
D | SelectionDAGNodes.h | 2159 : 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/ |
D | SelectionDAGDumper.cpp | 405 case ISD::CONDCODE: in getOperationName()
|
D | SelectionDAG.cpp | 866 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/ |
D | TargetSelectionDAG.td | 317 def cond : SDNode<"ISD::CONDCODE" , SDTOther , [], "CondCodeSDNode">;
|