HomeSort by relevance Sort by last modified time
    Searched defs:NewChain (Results 1 - 24 of 24) sorted by null

  /external/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 257 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut,
259 if (!NewChain.getNode())
261 Chain = NewChain;
  /external/swiftshader/third_party/LLVM/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 277 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut,
279 if (!NewChain.getNode())
281 Chain = NewChain;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/XCore/
XCoreISelDAGToDAG.cpp 257 SDValue NewChain = replaceInChain(CurDAG, Chain, CheckEventChainOut,
259 if (!NewChain.getNode())
261 Chain = NewChain;
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 502 SDValue NewChain;
622 NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
628 NewChain = Scalarized.getValue(1);
633 AddLegalizedOperand(Op.getValue(1), NewChain);
635 return (Op.getResNo() ? NewChain : Value);
    [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 564 SDValue NewChain;
680 NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
686 NewChain = Scalarized.getOperand(1);
689 NewChain = Scalarized.getValue(1);
695 AddLegalizedOperand(Op.getValue(1), NewChain);
697 return (Op.getResNo() ? NewChain : Value);
    [all...]
LegalizeVectorTypes.cpp     [all...]
TargetLowering.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
LoopUnswitch.cpp 443 OperatorChain NewChain;
446 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
450 NewChain = BO->getOpcode() == Instruction::Or ? OC_OpChainOr :
454 NewChain = BO->getOpcode() == Instruction::And ? OC_OpChainAnd :
458 NewChain = OC_OpChainMixed;
466 if (NewChain != OC_OpChainMixed) {
468 ParentChain = NewChain;
479 ParentChain = NewChain;
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
LoadStoreVectorizer.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 478 SDValue NewChain =
481 Ops.push_back(NewChain);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 375 SDValue NewChain =
379 Ops.push_back(NewChain);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
MachineBlockPlacement.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
R600ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 644 SDValue NewChain =
647 Ops.push_back(NewChain);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorTypes.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 149 milliseconds