Searched refs:PE (Results 1 - 25 of 81) sorted by relevance

1234

/openbsd-current/gnu/usr.bin/gcc/gcc/testsuite/gcc.c-torture/compile/
H A Ddll.x2 # Only COFF/PE formats support DLLs, (plus, as a special case
/openbsd-current/gnu/llvm/llvm/tools/llvm-reduce/deltas/
H A DReduceInstructionFlags.cpp30 } else if (auto *PE = dyn_cast<PossiblyExactOperator>(&I)) {
31 if (PE->isExact() && !O.shouldKeep())
/openbsd-current/gnu/llvm/clang/include/clang/AST/
H A DIgnoreExpr.h144 if (auto *PE = dyn_cast<ParenExpr>(E))
145 return PE->getSubExpr();
150 if (auto *PE = dyn_cast<ParenExpr>(E))
151 return PE->getSubExpr();
H A DAttr.h96 void setPackExpansion(bool PE) { IsPackExpansion = PE; } argument
/openbsd-current/gnu/llvm/llvm/utils/TableGen/
H A DSubtargetEmitter.cpp600 PE = SchedModels.procModelEnd(); PI != PE; ++PI, ++ProcItinListsIter) {
1327 PE = SchedModels.procModelEnd(); PI != PE; ++PI) {
1481 const CodeGenSchedClass &SC, PredicateExpander &PE,
1490 SS.indent(PE.getIndentLevel() * 2);
1496 PE.setIndentLevel(PE.getIndentLevel() + 2);
1507 SS.indent(PE.getIndentLevel() * 2);
1512 PE
1480 emitPredicates(const CodeGenSchedTransition &T, const CodeGenSchedClass &SC, PredicateExpander &PE, raw_ostream &OS) argument
[all...]
H A DInstrInfoEmitter.cpp703 PredicateExpander PE(TargetName);
704 PE.setExpandForMC(true);
710 OS.indent(PE.getIndentLevel() * 2);
711 PE.expandStatement(OS, Rec->getValueAsDef("Body"));
864 PredicateExpander PE(TargetName);
865 PE.setExpandForMC(false);
879 OS.indent(PE.getIndentLevel() * 2);
880 PE.expandStatement(OS, Rec->getValueAsDef("Body"));
/openbsd-current/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZHazardRecognizer.cpp177 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) {
298 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI) {
402 PE = SchedModel->getWriteProcResEnd(SC); PI != PE; ++PI)
/openbsd-current/gnu/llvm/clang/tools/libclang/
H A DBuildSystem.cpp51 PE = path::end(virtualPath); PI != PE; ++PI) {
/openbsd-current/gnu/llvm/clang/include/clang/Lex/
H A DPreprocessingRecord.h162 static bool classof(const PreprocessedEntity *PE) { argument
163 return PE->getKind() == MacroDefinitionKind;
199 static bool classof(const PreprocessedEntity *PE) { argument
200 return PE->getKind() == MacroExpansionKind;
269 static bool classof(const PreprocessedEntity *PE) { argument
270 return PE->getKind() == InclusionDirectiveKind;
/openbsd-current/gnu/llvm/llvm/tools/llvm-opt-report/
H A DOptReport.cpp161 handleAllErrors(Format.takeError(), [&](const ErrorInfoBase &PE) {
162 PE.log(WithColor::error());
171 handleAllErrors(MaybeParser.takeError(), [&](const ErrorInfoBase &PE) {
172 PE.log(WithColor::error());
188 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) {
189 PE.log(WithColor::error());
/openbsd-current/gnu/llvm/llvm/lib/CodeGen/
H A DGCMetadata.cpp116 for (GCFunctionInfo::iterator PI = FD->begin(), PE = FD->end(); PI != PE;
/openbsd-current/gnu/llvm/llvm/include/llvm/MC/
H A DMCCodeView.h90 void setPrologueEnd(bool PE) { PrologueEnd = PE; } argument
/openbsd-current/gnu/llvm/llvm/lib/Transforms/ObjCARC/
H A DDependencyAnalysis.cpp223 pred_iterator PI(LocalStartBB), PE(LocalStartBB, false);
224 if (PI == PE)
232 } while (++PI != PE);
/openbsd-current/gnu/llvm/llvm/lib/ExecutionEngine/JITLink/
H A DEHFrameSupport.cpp258 if (auto PE = readPointerEncoding(RecordReader, B, "LSDA"))
259 CIEInfo.LSDAEncoding = *PE;
261 return PE.takeError();
277 if (auto PE = readPointerEncoding(RecordReader, B, "address")) {
278 CIEInfo.AddressEncoding = *PE;
284 return PE.takeError();
/openbsd-current/gnu/llvm/llvm/lib/Target/WebAssembly/
H A DWebAssemblyFixFunctionBitcasts.cpp122 FunctionType::param_iterator PE = F->getFunctionType()->param_end(); local
134 for (; AI != AE && PI != PE; ++AI, ++PI) {
162 for (; PI != PE; ++PI)
/openbsd-current/gnu/llvm/clang/lib/ARCMigrate/
H A DTransGCAttrs.cpp226 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) {
236 PI = IndProps.begin(), PE = IndProps.end(); PI != PE; ++PI) {
/openbsd-current/gnu/llvm/llvm/tools/llvm-remark-size-diff/
H A DRemarkSizeDiff.cpp347 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) {
348 PE.log(WithColor::error());
497 handleAllErrors(std::move(E), [&](const ErrorInfoBase &PE) {
498 PE.log(WithColor::error());
/openbsd-current/gnu/llvm/llvm/include/llvm/Support/
H A DAutomaton.h102 auto PE = upper_bound(Pairs, NfaStatePair{Head->State, INT64_MAX}); local
105 for (; PI != PE; ++PI)
/openbsd-current/libexec/getty/
H A Dgettytab.h140 #define PE gettyflags[10].value macro
/openbsd-current/gnu/llvm/clang/lib/Analysis/
H A DReachableCode.cpp202 if (const ParenExpr *PE = dyn_cast<ParenExpr>(S))
203 if (!PE->getBeginLoc().isMacroID())
204 return isConfigurationValue(PE->getSubExpr(), PP, SilenceableCondVal,
H A DAnalysisDeclContext.cpp624 void VisitPseudoObjectExpr(PseudoObjectExpr *PE) { argument
625 for (PseudoObjectExpr::semantics_iterator it = PE->semantics_begin(),
626 et = PE->semantics_end(); it != et; ++it) {
/openbsd-current/gnu/llvm/clang/lib/AST/
H A DCXXInheritance.cpp330 for (const CXXBasePathElement &PE : Path) {
331 if (!PE.Base->isVirtual())
335 if (const RecordType *Record = PE.Base->getType()->getAs<RecordType>())
/openbsd-current/gnu/llvm/clang/tools/clang-import-test/
H A Dclang-import-test.cpp335 if (llvm::Error PE = ParseSource(Path, CI.getCompilerInstance(), Consumers))
336 return std::move(PE);
/openbsd-current/gnu/llvm/clang/lib/Frontend/Rewrite/
H A DRewriteModernObjC.cpp877 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
886 *Context, PE, true, FD, FD->getType(), VK_LValue, OK_Ordinary);
2614 ParenExpr *PE = new (Context) ParenExpr(Exp->getLocation(), Exp->getExprLoc(), local
2616 ReplaceStmt(Exp, PE);
2617 return PE;
2694 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); local
2697 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
2815 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); local
2818 CallExpr *CE = CallExpr::Create(*Context, PE, MsgExprs, FT->getReturnType(),
2967 ParenExpr *PE local
3533 ParenExpr *PE = new (Context) ParenExpr(StartLoc, EndLoc, cast); local
4619 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
4689 ParenExpr *PE = new (Context) ParenExpr(DeclRefExp->getExprLoc(), local
4708 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
7492 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), local
7520 ParenExpr *PE = new (Context) ParenExpr(SourceLocation(), SourceLocation(), local
[all...]
/openbsd-current/gnu/llvm/llvm/lib/IR/
H A DInstruction.cpp358 if (auto *PE = dyn_cast<PossiblyExactOperator>(V))
360 setIsExact(PE->isExact());
380 if (auto *PE = dyn_cast<PossiblyExactOperator>(V))
382 setIsExact(isExact() && PE->isExact());

Completed in 276 milliseconds

1234