/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/ |
H A D | IgnoreExpr.h | 144 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensOnlySingleStep() local 150 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensSingleStep() local
|
H A D | Attr.h | 102 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
|
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/ |
H A D | PreprocessingRecord.h | 164 static bool classof(const PreprocessedEntity *PE) { in classof() 201 static bool classof(const PreprocessedEntity *PE) { in classof() 272 static bool classof(const PreprocessedEntity *PE) { in classof()
|
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-opt-report/ |
H A D | OptReport.cpp | 159 handleAllErrors(Format.takeError(), [&](const ErrorInfoBase &PE) { in readLocationInfo() 169 handleAllErrors(MaybeParser.takeError(), [&](const ErrorInfoBase &PE) { in readLocationInfo() 186 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) { in readLocationInfo()
|
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/ |
H A D | SubtargetEmitter.cpp | 564 PE = SchedModels.procModelEnd(); PI != PE; ++PI, ++ProcItinListsIter) { in EmitItineraries() local 1291 PE = SchedModels.procModelEnd(); PI != PE; ++PI) { in EmitSchedClassTables() local 1446 const CodeGenSchedClass &SC, PredicateExpander &PE, in emitPredicates() 1583 PredicateExpander PE(Target); in emitSchedModelHelpersImpl() local 1663 STIPredicateExpander PE(Target); in EmitSchedModelHelpers() local 1774 STIPredicateExpander PE(Target); in EmitMCInstrAnalysisPredicateFunctions() local 1896 STIPredicateExpander PE(Target); in run() local
|
H A D | InstrInfoEmitter.cpp | 660 PredicateExpander PE(TargetName); in emitMCIIHelperMethods() local 685 PredicateExpander PE(TargetName); in emitTIIHelperMethods() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/ |
H A D | GCMetadata.cpp | 119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction() local
|
H A D | MachineScheduler.cpp | 2031 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in init() local 2122 for (const MCWriteProcResEntry &PE : in getNextResourceCycle() local 2188 for (const MCWriteProcResEntry &PE : in checkHazard() local 2445 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in bumpNode() local 2458 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in bumpNode() local 2631 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) { in initResourceDelta() local
|
/netbsd-src/external/apache2/llvm/dist/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
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/ |
H A D | Automaton.h | 102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); in transition() local
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/ |
H A D | BuildSystem.cpp | 50 PE = path::end(virtualPath); PI != PE; ++PI) { in clang_VirtualFileOverlay_addFileMapping() local
|
/netbsd-src/sys/arch/hpcsh/dev/ |
H A D | pfckbd.c | 282 #define PE(n) \ in pfckbd_callout_hp() macro 379 #define PE(n) \ in pfckbd_callout_hitachi() macro
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/ObjCARC/ |
H A D | DependencyAnalysis.cpp | 228 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false); in findDependencies() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/ |
H A D | WebAssemblyFixFunctionBitcasts.cpp | 130 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/ |
H A D | HexagonLoopIdiomRecognition.cpp | 259 struct PE { struct 260 PE(const Simplifier::Context &c, Value *v = nullptr) : C(c), V(v) {} in PE() function 262 const Simplifier::Context &C; 263 const Value *V; 644 pred_iterator PI = pred_begin(BB), PE = pred_end(BB); in getCountIV() local 2250 for (auto PI = pred_begin(ExitB), PE = pred_end(ExitB); PI != PE; ++PI) { in processCopyingStore() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/ |
H A D | MCCodeView.h | 83 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd()
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/ |
H A D | Instruction.cpp | 278 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) in copyIRFlags() local 300 if (auto *PE = dyn_cast<PossiblyExactOperator>(V)) in andIRFlags() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Utils/ |
H A D | FlattenCFG.cpp | 148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr() local
|
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/ |
H A D | SimplifyCFGPass.cpp | 167 pred_iterator PB = pred_begin(RetBlock), PE = pred_end(RetBlock); in mergeEmptyReturnBlocks() local
|
/netbsd-src/external/apache2/llvm/dist/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 3542 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); in SynthMessageExpr() local 4631 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthesizeBlockCall() local 4701 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(), in RewriteBlockDeclRefExpr() local 4720 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in RewriteLocalVariableExternalStorage() local 7503 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), in RewriteObjCIvarRefExpr() local [all …]
|
H A D | RewriteObjC.cpp | 2616 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), cast); in SynthMsgSendStretCallExpr() local 2972 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); in SynthMessageExpr() local 3800 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in SynthesizeBlockCall() local 3871 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(), in RewriteBlockDeclRefExpr() local 3890 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), in RewriteLocalVariableExternalStorage() local 5845 ParenExpr *PE = new (Context) ParenExpr(OldRange.getBegin(), in RewriteObjCIvarRefExpr() local 5886 ParenExpr *PE = new (Context) ParenExpr( in RewriteObjCIvarRefExpr() local
|
/netbsd-src/libexec/getty/ |
H A D | gettytab.h | 155 #define PE gettyflags[10].value macro
|
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/ |
H A D | clang-import-test.cpp | 333 if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers)) in Parse() local
|
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/ |
H A D | ByteCodeExprGen.cpp | 141 bool ByteCodeExprGen<Emitter>::VisitParenExpr(const ParenExpr *PE) { in VisitParenExpr()
|