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

1 2

  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
TargetLowering.cpp     [all...]
DAGCombiner.cpp 101 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
104 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) {
105 return CombineTo(N, &Res, 1, AddTo);
108 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1,
111 return CombineTo(N, To, 2, AddTo);
337 CombineTo(SDNode *N, const std::vector<SDValue> &To, bool AddTo) {
338 return ((DAGCombiner*)DC)->CombineTo(N, &To[0], To.size(), AddTo);
342 CombineTo(SDNode *N, SDValue Res, bool AddTo) {
343 return ((DAGCombiner*)DC)->CombineTo(N, Res, AddTo);
348 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo)
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
TargetLowering.cpp 364 return CombineTo(Op, New);
415 return CombineTo(Op, Z);
458 return TLO.CombineTo(Op, TLO.DAG.getUNDEF(Op.getValueType()));
482 return TLO.CombineTo(Op, Op.getOperand(0));
501 return TLO.CombineTo(Op, Op.getOperand(0));
503 return TLO.CombineTo(Op, Op.getOperand(1));
506 return TLO.CombineTo(Op, TLO.DAG.getConstant(0, dl, Op.getValueType()));
532 return TLO.CombineTo(Op, Op.getOperand(0));
534 return TLO.CombineTo(Op, Op.getOperand(1));
538 return TLO.CombineTo(Op, Op.getOperand(0))
    [all...]
DAGCombiner.cpp 161 SDValue CombineTo(SDNode *N, const SDValue *To, unsigned NumTo,
165 SDValue CombineTo(SDNode *N, SDValue Res, bool AddTo = true) {
166 return CombineTo(N, &Res, 1, AddTo);
170 SDValue CombineTo(SDNode *N, SDValue Res0, SDValue Res1,
173 return CombineTo(N, To, 2, AddTo);
544 CombineTo(SDNode *N, ArrayRef<SDValue> To, bool AddTo) {
545 return ((DAGCombiner*)DC)->CombineTo(N, &To[0], To.size(), AddTo);
549 CombineTo(SDNode *N, SDValue Res, bool AddTo) {
550 return ((DAGCombiner*)DC)->CombineTo(N, Res, AddTo);
555 CombineTo(SDNode *N, SDValue Res0, SDValue Res1, bool AddTo)
    [all...]
  /external/swiftshader/third_party/LLVM/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/Target/
TargetLowering.h     [all...]
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/Target/
TargetLowering.h     [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp     [all...]

Completed in 616 milliseconds

1 2