Home
last modified time | relevance | path

Searched defs:PE (Results 1 – 25 of 66) sorted by relevance

123

/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/
H A DMacroFusionPredicatorEmitter.cpp81 emitMacroFusionDecl(std::vector<Record * > Fusions,PredicateExpander & PE,raw_ostream & OS) emitMacroFusionDecl() argument
98 emitMacroFusionImpl(std::vector<Record * > Fusions,PredicateExpander & PE,raw_ostream & OS) emitMacroFusionImpl() argument
125 emitPredicates(std::vector<Record * > & Predicates,PredicateExpander & PE,raw_ostream & OS) emitPredicates() argument
141 emitFirstPredicate(Record * Predicate,PredicateExpander & PE,raw_ostream & OS) emitFirstPredicate() argument
173 emitSecondPredicate(Record * Predicate,PredicateExpander & PE,raw_ostream & OS) emitSecondPredicate() argument
193 emitBothPredicate(Record * Predicate,PredicateExpander & PE,raw_ostream & OS) emitBothPredicate() argument
221 PredicateExpander PE(Target.getName()); run() local
[all...]
H A DSubtargetEmitter.cpp612 PE = SchedModels.procModelEnd(); PI != PE; ++PI, ++ProcItinListsIter) { EmitItineraries() local
1391 PE = SchedModels.procModelEnd(); PI != PE; ++PI) { EmitSchedClassTables() local
1551 emitPredicates(const CodeGenSchedTransition & T,const CodeGenSchedClass & SC,PredicateExpander & PE,raw_ostream & OS) emitPredicates() argument
1684 PredicateExpander PE(Target); emitSchedModelHelpersImpl() local
1764 STIPredicateExpander PE(Target); EmitSchedModelHelpers() local
1889 STIPredicateExpander PE(Target); EmitMCInstrAnalysisPredicateFunctions() local
2013 STIPredicateExpander PE(Target); run() local
[all...]
H A DInstrInfoEmitter.cpp705 PredicateExpander PE(TargetName); in emitMCIIHelperMethods() local
899 PredicateExpander PE(TargetName); emitTIIHelperMethods() local
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/
H A DIgnoreExpr.h145 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensOnlySingleStep() local
151 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensSingleStep() local
169 else if (auto *PE = dyn_cast<PredefinedExpr>(E)) { in IgnoreParensSingleStep() local
H A DAttr.h104 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in dumpSU() local
298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in EmitInstruction() local
402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) in resourcesCost() local
/freebsd-src/contrib/llvm-project/clang/include/clang/Lex/
H A DPreprocessingRecord.h162 static bool classof(const PreprocessedEntity *PE) { in classof() argument
199 static bool classof(const PreprocessedEntity *PE) { in classof() argument
272 static bool classof(const PreprocessedEntity *PE) { in classof() argument
/freebsd-src/contrib/elftoolchain/libpe/
H A Dlibpe.h37 typedef struct _PE PE; typedef
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp226 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps() local
236 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) { in checkAllAtProps() local
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Support/
H A DAutomaton.h100 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); in transition() local
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp223 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false); findDependencies() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp122 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() local
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp246 if (auto PE = readPointerEncoding(RecordReader, B, "LSDA")) in processCIE() local
265 if (auto PE = readPointerEncoding(RecordReader, B, "address")) { in processCIE() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineScheduler.cpp981 PE = SchedModel.getWriteProcResEnd(SC); dumpScheduleTraceTopDown() local
1063 PE = SchedModel.getWriteProcResEnd(SC); dumpScheduleTraceBottomUp() local
2252 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { init() local
2362 for (const MCWriteProcResEntry &PE : getNextResourceCycle() local
2439 for (const MCWriteProcResEntry &PE : checkHazard() local
2704 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { bumpNode() local
2718 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { bumpNode() local
2940 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { initResourceDelta() local
[all...]
H A DMachineTraceMetrics.cpp127 PE = SchedModel.getWriteProcResEnd(SC); PI != PE; ++PI) { in getResources() local
1247 PE = TE.MTM.SchedModel.getWriteProcResEnd(SC); in getResourceLength() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp257 struct PE { struct
258 PE(const Simplifier::Context &c, Value *v = nullptr) : C(c), V(v) {} in PE() argument
642 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); in getCountIV() local
260 C__anon356acde80111::PE global() argument
261 V__anon356acde80111::PE global() argument
/freebsd-src/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCCodeView.h90 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd() argument
/freebsd-src/contrib/arm-optimized-routines/math/
H A Derf.c21 #define PE global() macro
[all...]
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp877 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), getIvarAccessString() local
2614 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(), RewriteObjCBoolLiteralExpr() local
2694 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); RewriteObjCBoxedExpr() local
2815 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); RewriteObjCArrayLiteralExpr() local
2967 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); RewriteObjCDictionaryLiteralExpr() local
3533 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); SynthMessageExpr() local
4618 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), SynthesizeBlockCall() local
4688 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(), RewriteBlockDeclRefExpr() local
4707 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), RewriteLocalVariableExternalStorage() local
7491 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), RewriteObjCIvarRefExpr() local
7519 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), RewriteObjCIvarRefExpr() local
[all...]
H A DRewriteObjC.cpp2616 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), cast); in SynthMsgSendStretCallExpr() local
2962 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); in SynthMessageExpr() local
3786 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthesizeBlockCall() local
3857 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(), in RewriteBlockDeclRefExpr() local
3876 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in RewriteLocalVariableExternalStorage() local
5833 ParenExpr *PE = new (Context) ParenExpr(OldRange.getBegin(), in RewriteObjCIvarRefExpr() local
5874 ParenExpr *PE = new (Context) ParenExpr( in RewriteObjCIvarRefExpr() local
/freebsd-src/contrib/llvm-project/llvm/lib/IR/
H A DInstruction.cpp553 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) copyIRFlags() local
583 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) andIRFlags() local
/freebsd-src/libexec/getty/
H A Dgettytab.h157 #define PE gettyflags[10].value macro
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/
H A DThreadSafety.cpp741 PE = CurrBlock->pred_end(); PI != PE; ++PI) { in traverseCFG() local
1412 else if (const auto *PE = dyn_cast<ParenExpr>(Cond)) in getTrylockCallExpr() local
1746 if (const auto *PE = dyn_cast<ParenExpr>(Exp)) { in checkPtAccess() local
2417 PE = CurrBlock->pred_end(); PI != PE; ++PI) { in runAnalysis() local
H A DConsumed.cpp1010 PE = TargetBlock->pred_end(); PI != PE; ++PI) { in allBackEdgesVisited() local
1082 PE = Block->pred_end(); PI != PE; ++PI) { in isBackEdgeTarget() local
/freebsd-src/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp331 for (const CXXBasePathElement &PE : Path) { in lookupInBases() local

123