|
reference, declaration → definition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced
|
Declarations
include/llvm/Analysis/TargetTransformInfo.h 745 int getIntImmCost(unsigned Opc, unsigned Idx, const APInt &Imm,
References
lib/Transforms/Scalar/ConstantHoisting.cpp 367 Cost = TTI->getIntImmCost(Inst->getOpcode(), Idx, ConstInt->getValue(),
418 int Cost = TTI->getIntImmCost(Instruction::Add, 1, Offset, PtrIntTy);
578 Cost += TTI->getIntImmCost(Opcode, OpndIdx, Value, Ty);
lib/Transforms/Scalar/SpeculateAroundPHIs.cpp 290 TTI.getIntImmCost(UserI->getOpcode(), Idx, IncomingC->getValue(),