Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp448 bool tryToPromoteExts(TypePromotionTransaction &TPT,
459 bool HasPromoted, TypePromotionTransaction &TPT,
3251 TypePromotionTransaction &TPT; member in __anon88ab83af0c11::AddressingModeMatcher
3272 TypePromotionTransaction &TPT, in AddressingModeMatcher() argument
3278 InsertedInsts(InsertedInsts), PromotedInsts(PromotedInsts), TPT(TPT), in AddressingModeMatcher()
3297 InstrToOrigTy &PromotedInsts, TypePromotionTransaction &TPT, in Match() argument
3304 InsertedInsts, PromotedInsts, TPT, in Match()
4201 Instruction *Ext, TypePromotionTransaction &TPT,
4216 TypePromotionTransaction &TPT,
4225 Instruction *Ext, TypePromotionTransaction &TPT, in signExtendOperandForOther() argument
[all …]
/openbsd-src/gnu/llvm/clang/lib/Sema/
H A DSemaTemplate.cpp4299 const TemplateTypeParmType *TPT = in isTemplateArgumentTemplateParameter() local
4301 return TPT && !Type.hasQualifiers() && in isTemplateArgumentTemplateParameter()
4302 TPT->getDepth() == Depth && TPT->getIndex() == Index; in isTemplateArgumentTemplateParameter()
/openbsd-src/sys/dev/pci/
H A Dif_em_hw.c8303 temp = E1000_READ_REG(hw, TPT); in em_clear_hw_cntrs()