HomeSort by relevance Sort by last modified time
    Searched refs:UpdateNodeOperands (Results 26 - 45 of 45) sorted by null

12

  /external/swiftshader/third_party/LLVM/lib/Target/X86/
X86ISelDAGToDAG.cpp 383 CurDAG->UpdateNodeOperands(OrigChain.getNode(), &Ops[0], Ops.size());
384 CurDAG->UpdateNodeOperands(Load.getNode(), Call.getOperand(0),
390 CurDAG->UpdateNodeOperands(Call.getNode(), &Ops[0], Ops.size());
    [all...]
X86ISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeDAG.cpp     [all...]
SelectionDAG.cpp     [all...]
LegalizeTypes.cpp 495 SDNode *M = DAG.UpdateNodeOperands(N, &NewOps[0], NewOps.size());
    [all...]
LegalizeVectorTypes.cpp     [all...]
DAGCombiner.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
AMDGPUISelDAGToDAG.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
LegalizeTypes.cpp 510 SDNode *M = DAG.UpdateNodeOperands(N, NewOps);
    [all...]
LegalizeVectorOps.cpp 199 SDValue Result = SDValue(DAG.UpdateNodeOperands(Op.getNode(), Ops), 0);
    [all...]
LegalizeDAG.cpp     [all...]
LegalizeVectorTypes.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp 484 CurDAG->UpdateNodeOperands(OrigChain.getNode(), Ops);
485 CurDAG->UpdateNodeOperands(Load.getNode(), Call.getOperand(0),
491 CurDAG->UpdateNodeOperands(Call.getNode(), Ops);
    [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 414 CurDAG->UpdateNodeOperands(N, N0, N1);
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelDAGToDAG.cpp     [all...]
PPCISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.cpp     [all...]

Completed in 223 milliseconds

12