/freebsd/contrib/llvm-project/llvm/utils/TableGen/ |
H A D | MacroFusionPredicatorEmitter.cpp | 79 ArrayRef<Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionDecl() 96 ArrayRef<Record *> Fusions, PredicateExpander &PE, raw_ostream &OS) { in emitMacroFusionImpl() 126 PredicateExpander &PE, in emitPredicates() 144 PredicateExpander &PE, in emitFirstPredicate() 177 PredicateExpander &PE, in emitSecondPredicate() 228 PredicateExpander &PE, in emitBothPredicate() 276 PredicateExpander PE(Target.getName()); in run() local
|
H A D | SubtargetEmitter.cpp | 623 PE = SchedModels.procModelEnd(); in EmitItineraries() local 1410 PE = SchedModels.procModelEnd(); in EmitSchedClassTables() local 1573 const CodeGenSchedClass &SC, PredicateExpander &PE, in emitPredicates() 1706 PredicateExpander PE(Target); in emitSchedModelHelpersImpl() local 1786 STIPredicateExpander PE(Target); in EmitSchedModelHelpers() local 1969 STIPredicateExpander PE(Target); in EmitMCInstrAnalysisPredicateFunctions() local 2101 STIPredicateExpander PE(Target); in run() local
|
H A D | InstrInfoEmitter.cpp | 705 PredicateExpander PE(TargetName); in emitMCIIHelperMethods() local 897 PredicateExpander PE(TargetName); in emitTIIHelperMethods() local
|
/freebsd/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
|
/freebsd/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/contrib/llvm-project/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 162 static bool classof(const PreprocessedEntity *PE) { in classof() 199 static bool classof(const PreprocessedEntity *PE) { in classof() 272 static bool classof(const PreprocessedEntity *PE) { in classof()
|
/freebsd/contrib/elftoolchain/libpe/ |
H A D | libpe.h | 37 typedef struct _PE PE; typedef
|
/freebsd/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/contrib/llvm-project/llvm/include/llvm/Support/ |
H A D | Automaton.h | 102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); transition() local
|
/freebsd/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/contrib/llvm-project/llvm/lib/ExecutionEngine/JITLink/ |
H A D | EHFrameSupport.cpp | 258 if (auto PE = readPointerEncoding(RecordReader, B, "LSDA")) processCIE() local 277 if (auto PE = readPointerEncoding(RecordReader, B, "address")) { processCIE() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | MachineScheduler.cpp | 1017 PE = SchedModel.getWriteProcResEnd(SC); in dumpScheduleTraceTopDown() local 1099 PE = SchedModel.getWriteProcResEnd(SC); in dumpScheduleTraceBottomUp() local 2293 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in init() local 2403 for (const MCWriteProcResEntry &PE : in getNextResourceCycle() local 2480 for (const MCWriteProcResEntry &PE : in checkHazard() local 2745 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in bumpNode() local 2759 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in bumpNode() local 2981 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in initResourceDelta() local
|
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/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() function 260 const Simplifier::Context &C; 261 const Value *V; 642 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); in getCountIV() local
|
/freebsd/contrib/arm-optimized-routines/math/ |
H A D | erf.c | 23 #define PE __erf_data.erfc_poly_E macro
|
/freebsd/contrib/llvm-project/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 90 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd()
|
/freebsd/contrib/llvm-project/clang/lib/Frontend/Rewrite/ |
H A D | RewriteModernObjC.cpp | 876 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in getIvarAccessString() local 2613 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(), in RewriteObjCBoolLiteralExpr() local 2693 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); in RewriteObjCBoxedExpr() local 2814 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); in RewriteObjCArrayLiteralExpr() local 2966 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); in RewriteObjCDictionaryLiteralExpr() local 3532 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); in SynthMessageExpr() local 4616 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthesizeBlockCall() local 4686 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(), in RewriteBlockDeclRefExpr() local 4705 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in RewriteLocalVariableExternalStorage() local 7489 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), in RewriteObjCIvarRefExpr() local [all …]
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Instruction.cpp | 636 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) in copyIRFlags() local 674 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) in andIRFlags() local
|
/freebsd/libexec/getty/ |
H A D | gettytab.h | 157 #define PE gettyflags[10].value macro
|
/freebsd/contrib/llvm-project/clang/lib/AST/ |
H A D | CXXInheritance.cpp | 331 for (const CXXBasePathElement &PE : Path) { in lookupInBases() local
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | RegionInfoImpl.h | 181 PE = InvBlockTraits::child_end(exit); getExitingBlocks() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | TailRecursionElimination.cpp | 566 pred_iterator PB = pred_begin(HeaderBB), PE = pred_end(HeaderBB); in insertAccumulator() local
|
/freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
H A D | Lint.cpp | 218 Function::arg_iterator PI = F->arg_begin(), PE = F->arg_end(); in visitCallBase() local
|
/freebsd/contrib/llvm-project/clang/lib/Analysis/ |
H A D | ReachableCode.cpp | 204 if (const ParenExpr *PE = dyn_cast<ParenExpr>(S)) in isConfigurationValue() local
|
H A D | AnalysisDeclContext.cpp | 624 void VisitPseudoObjectExpr(PseudoObjectExpr *PE) { in VisitPseudoObjectExpr()
|