Home
last modified time | relevance | path

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

1234

/netbsd-src/external/apache2/llvm/dist/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
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DIgnoreExpr.h144 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensOnlySingleStep() local
150 if (auto *PE = dyn_cast<ParenExpr>(E)) in IgnoreParensSingleStep() local
H A DAttr.h102 void setPackExpansion(bool PE) { IsPackExpansion = PE; } in setPackExpansion()
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Lex/
H A DPreprocessingRecord.h164 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 DOptReport.cpp159 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 DSubtargetEmitter.cpp564 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 DInstrInfoEmitter.cpp660 PredicateExpander PE(TargetName); in emitMCIIHelperMethods() local
685 PredicateExpander PE(TargetName); in emitTIIHelperMethods() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DGCMetadata.cpp119 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE; in runOnFunction() local
H A DMachineScheduler.cpp2031 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 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
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DAutomaton.h102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); in transition() local
/netbsd-src/external/apache2/llvm/dist/clang/tools/libclang/
H A DBuildSystem.cpp50 PE = path::end(virtualPath); PI != PE; ++PI) { in clang_VirtualFileOverlay_addFileMapping() local
/netbsd-src/sys/arch/hpcsh/dev/
H A Dpfckbd.c282 #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 DDependencyAnalysis.cpp228 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false); in findDependencies() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp130 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); in createWrapper() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonLoopIdiomRecognition.cpp259 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 DMCCodeView.h83 void setPrologueEnd(bool PE) { PrologueEnd = PE; } in setPrologueEnd()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DInstruction.cpp278 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 DFlattenCFG.cpp148 for (SmallPtrSetIterator<BasicBlock *> PI = Preds.begin(), PE = Preds.end(); in FlattenParallelAndOr() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DSimplifyCFGPass.cpp167 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 DRewriteModernObjC.cpp876 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 DRewriteObjC.cpp2616 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 Dgettytab.h155 #define PE gettyflags[10].value macro
/netbsd-src/external/apache2/llvm/dist/clang/tools/clang-import-test/
H A Dclang-import-test.cpp333 if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers)) in Parse() local
/netbsd-src/external/apache2/llvm/dist/clang/lib/AST/Interp/
H A DByteCodeExprGen.cpp141 bool ByteCodeExprGen<Emitter>::VisitParenExpr(const ParenExpr *PE) { in VisitParenExpr()

1234