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

  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 173 /// \brief Record constant integer ConstInt for instruction Inst at operand
181 ConstantInt *ConstInt) {
187 ConstInt->getValue(), ConstInt->getType());
189 Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue(),
190 ConstInt->getType());
196 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(ConstInt, 0));
198 ConstCandVec.push_back(ConstantCandidate(ConstInt));
203 dbgs() << "Collect constant " << *ConstInt << " from " << *Inst
206 dbgs() << "Collect constant " << *ConstInt << " indirectly from
    [all...]
  /external/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 63 ConstantInt *ConstInt;
66 ConstantCandidate(ConstantInt *ConstInt)
67 : ConstInt(ConstInt), CumulativeCost(0) { }
131 ConstantInt *ConstInt);
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Transforms/Scalar/
ConstantHoisting.h 77 ConstantInt *ConstInt;
80 ConstantCandidate(ConstantInt *ConstInt) : ConstInt(ConstInt) {}
146 ConstantInt *ConstInt);
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 338 /// Record constant integer ConstInt for instruction Inst at operand
346 ConstantInt *ConstInt) {
352 ConstInt->getValue(), ConstInt->getType());
354 Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue(),
355 ConstInt->getType());
361 std::tie(Itr, Inserted) = ConstCandMap.insert(std::make_pair(ConstInt, 0));
363 ConstCandVec.push_back(ConstantCandidate(ConstInt));
368 << "Collect constant " << *ConstInt << " from " << *Inst
370 else dbgs() << "Collect constant " << *ConstInt
    [all...]
  /external/llvm/bindings/go/llvm/
executionengine_test.go 42 If := builder.CreateICmp(IntEQ, n, ConstInt(Int32Type(), 0, false), "cmptmp")
46 res_iftrue := ConstInt(Int32Type(), 1, false)
50 n_minus := builder.CreateSub(n, ConstInt(Int32Type(), 1, false), "subtmp")
ir.go 765 func ConstInt(t Type, n uint64, signExtend bool) (v Value) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/bindings/go/llvm/
executionengine_test.go 42 If := builder.CreateICmp(IntEQ, n, ConstInt(Int32Type(), 0, false), "cmptmp")
46 res_iftrue := ConstInt(Int32Type(), 1, false)
50 n_minus := builder.CreateSub(n, ConstInt(Int32Type(), 1, false), "subtmp")
ir.go 793 func ConstInt(t Type, n uint64, signExtend bool) (v Value) {
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/
PPCLoopPreIncPrep.cpp 305 const APInt &ConstInt = StepConst->getValue()->getValue();
306 if (ConstInt.isSignedIntN(16) && ConstInt.srem(4) != 0)
PPCFastISel.cpp 854 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) {
857 const APInt &CIVal = ConstInt->getValue();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCFastISel.cpp 833 if (const ConstantInt *ConstInt = dyn_cast<ConstantInt>(SrcValue2)) {
836 const APInt &CIVal = ConstInt->getValue();
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/
Local.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/
ARMFastISel.cpp     [all...]
  /external/clang/test/SemaCXX/
type-traits.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceTargetLoweringX86BaseImpl.h     [all...]

Completed in 1414 milliseconds