HomeSort by relevance Sort by last modified time
    Searched refs:OpndIdx (Results 1 - 6 of 6) sorted by null

  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 53 unsigned OpndIdx;
55 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) { }
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 67 unsigned OpndIdx;
69 ConstantUser(Instruction *Inst, unsigned Idx) : Inst(Inst), OpndIdx(Idx) {}
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 151 BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent());
356 unsigned OpndIdx = User.OpndIdx;
357 Cost += TTI->getIntImmCost(Opcode, OpndIdx, Value, Ty);
366 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, Diff.getValue(), Ty);
481 ConstUser.OpndIdx);
490 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx);
495 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
518 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
528 ConstUser.OpndIdx));
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 301 BBs.insert(findMatInsertPt(U.Inst, U.OpndIdx)->getParent());
515 unsigned OpndIdx = User.OpndIdx;
516 Cost += TTI->getIntImmCost(Opcode, OpndIdx, Value, Ty);
525 TTI->getIntImmCodeSizeCost(Opcode, OpndIdx, Diff.getValue(), Ty);
640 ConstUser.OpndIdx);
650 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx);
655 if (!updateOperand(ConstUser.Inst, ConstUser.OpndIdx, Mat) && Offset)
678 updateOperand(ConstUser.Inst, ConstUser.OpndIdx, ClonedCastInst);
688 ConstUser.OpndIdx));
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 362 unsigned OpndIdx = 0;
363 for (unsigned OpndEnd = MBBI->getNumOperands() - 1; OpndIdx < OpndEnd;
364 ++OpndIdx)
365 MIB.addOperand(MBBI->getOperand(OpndIdx));
367 assert(MBBI->getOperand(OpndIdx).getImm() == 0 &&
370 assert(MBBI->getOperand(OpndIdx - 1).getReg() == AArch64::SP &&
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
AArch64FrameLowering.cpp 464 unsigned OpndIdx = 0;
465 for (unsigned OpndEnd = MBBI->getNumOperands() - 1; OpndIdx < OpndEnd;
466 ++OpndIdx)
467 MIB.add(MBBI->getOperand(OpndIdx));
469 assert(MBBI->getOperand(OpndIdx).getImm() == 0 &&
472 assert(MBBI->getOperand(OpndIdx - 1).getReg() == AArch64::SP &&
    [all...]

Completed in 631 milliseconds