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

  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 508 SmallVector<SDValue, 8> LoadChains;
565 LoadChains.push_back(ScalarLoad.getValue(1));
622 NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
    [all...]
TargetLowering.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 570 SmallVector<SDValue, 8> LoadChains;
623 LoadChains.push_back(ScalarLoad.getValue(1));
680 NewChain = DAG.getNode(ISD::TokenFactor, dl, MVT::Other, LoadChains);
    [all...]
TargetLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 154 milliseconds