Searched refs:TPT (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dtimestamp_extrapolator.cc123 double TPT = _lambda + tMs * K[0] + K[1]; local
124 K[0] /= TPT;
125 K[1] /= TPT;
/external/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp1518 TypePromotionTransaction &TPT; member in class:__anon25735::AddressingModeMatcher
1530 TypePromotionTransaction &TPT)
1532 InsertedTruncs(InsertedTruncs), PromotedInsts(PromotedInsts), TPT(TPT) {
1551 TypePromotionTransaction &TPT) {
1556 PromotedInsts, TPT).MatchAddr(V, 0);
1690 TypePromotionTransaction &TPT,
1702 TypePromotionTransaction &TPT,
1708 typedef Value *(*Action)(Instruction *SExt, TypePromotionTransaction &TPT,
1809 llvm::Instruction *SExt, TypePromotionTransaction &TPT,
1525 AddressingModeMatcher(SmallVectorImpl<Instruction*> &AMI, const TargetLowering &T, Type *AT, Instruction *MI, ExtAddrMode &AM, const SetOfInstrs &InsertedTruncs, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT) argument
1545 Match(Value *V, Type *AccessTy, Instruction *MemoryInst, SmallVectorImpl<Instruction*> &AddrModeInsts, const TargetLowering &TLI, const SetOfInstrs &InsertedTruncs, InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT) argument
1808 promoteOperandForTruncAndSExt( llvm::Instruction *SExt, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInsts) argument
1835 promoteOperandForOther(Instruction *SExt, TypePromotionTransaction &TPT, InstrToOrigTy &PromotedInsts, unsigned &CreatedInsts) argument
2501 TypePromotionTransaction TPT; local
[all...]
/external/clang/lib/Sema/
H A DSemaTemplate.cpp2337 const TemplateTypeParmType *TPT = local
2339 return TPT && !Type.hasQualifiers() &&
2340 TPT->getDepth() == Depth && TPT->getIndex() == Index;

Completed in 1543 milliseconds