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

1 2

  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 159 Node = CurDAG->UpdateNodeOperands(Node, Chain, N1, R6Reg, N3);
  /external/swiftshader/third_party/LLVM/lib/Target/Blackfin/
BlackfinISelDAGToDAG.cpp 133 SDNode *New = DAG.UpdateNodeOperands(N, ops.data(), ops.size());
  /external/swiftshader/third_party/LLVM/include/llvm/CodeGen/
SelectionDAG.h 701 /// UpdateNodeOperands - *Mutate* the specified node in-place to have the
707 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op);
708 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2);
709 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2,
711 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2,
713 SDNode *UpdateNodeOperands(SDNode *N, SDValue Op1, SDValue Op2,
715 SDNode *UpdateNodeOperands(SDNode *N,
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeFloatTypes.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeIntegerTypes.cpp     [all...]
LegalizeFloatTypes.cpp 725 return SDValue(DAG.UpdateNodeOperands(N, N->getOperand(0),
    [all...]
LegalizeVectorOps.cpp 125 SDValue(DAG.UpdateNodeOperands(Op.getNode(), Ops.data(), Ops.size()), 0);
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelDAGToDAG.cpp 255 CurDAG->UpdateNodeOperands(GU, Ops);
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp     [all...]

Completed in 735 milliseconds

1 2