/freebsd-src/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | MacroFusionPredicatorEmitter.cpp | 81 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 D | SubtargetEmitter.cpp | 612 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 D | InstrInfoEmitter.cpp | 705 PredicateExpander PE(TargetName); in emitMCIIHelperMethods() local 899 PredicateExpander PE(TargetName); emitTIIHelperMethods() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 145 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 D | Attr.h | 104 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZHazardRecognizer.cpp | 177 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 D | PreprocessingRecord.h | 162 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 D | libpe.h | 37 typedef struct _PE PE; typedef
|
/freebsd-src/contrib/llvm-project/clang/lib/ARCMigrate/ |
H A D | TransGCAttrs.cpp | 226 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 D | Automaton.h | 100 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); in transition() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 223 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false); findDependencies() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 122 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 246 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 D | MachineScheduler.cpp | 981 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 D | MachineTraceMetrics.cpp | 127 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 D | HexagonLoopIdiomRecognition.cpp | 257 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 D | MCCodeView.h | 90 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd() argument
|
/freebsd-src/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 21 #define PE global() macro [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 877 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 D | RewriteObjC.cpp | 2616 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 D | Instruction.cpp | 553 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 D | gettytab.h | 157 #define PE gettyflags[10].value macro
|
/freebsd-src/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ThreadSafety.cpp | 741 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 D | Consumed.cpp | 1010 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 D | CXXInheritance.cpp | 331 for (const CXXBasePathElement &PE : Path) { in lookupInBases() local
|