HomeSort by relevance Sort by last modified time
    Searched refs:BinaryWithFlagsSDNode (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 956 class BinaryWithFlagsSDNode : public SDNode {
959 BinaryWithFlagsSDNode(unsigned Opc, unsigned Order, const DebugLoc &dl,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 761 if (cast<BinaryWithFlagsSDNode>(Op)->Flags.hasExact())
    [all...]
DAGCombiner.cpp     [all...]
SelectionDAG.cpp 928 auto *FN = newSDNode<BinaryWithFlagsSDNode>(Opcode, DL.getIROrder(),
    [all...]
LegalizeDAG.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 246 milliseconds