Home
last modified time | relevance | path

Searched defs:IE (Results 1 – 25 of 73) sorted by relevance

123

/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DErlangGCPrinter.cpp53 IE = Info.funcinfo_end(); in finishAssembly() local
H A DDwarfCompileUnit.cpp1348 else if (auto *IE = dyn_cast<DIImportedEntity>(Entity)) in constructImportedEntityDIE() local
1381 const DIImportedEntity *IE) { in getOrCreateImportedEntityDIE()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCCTRLoopsVerify.cpp114 for (MachineBasicBlock::iterator IE = MBB->begin();; --I) { in verifyCTRBranch() local
H A DPPCTLSDynamicCall.cpp55 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
H A DPPCVSXFMAMutate.cpp76 for (MachineBasicBlock::iterator I = MBB.begin(), IE = MBB.end(); in processBlock() local
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/MCTargetDesc/
H A DARMTargetStreamer.cpp61 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local
73 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
H A DARMELFStreamer.cpp517 for (unsigned II = 0, IE = Size; II != IE; II++) { in emitInst() local
531 for (unsigned II = 0, IE = Size; II != IE; II = II + 2) { in emitInst() local
H A DARMBaseInfo.h27 IE = 2, enumerator
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DPartiallyInlineLibCalls.cpp117 for (BasicBlock::iterator II = CurrBB->begin(), IE = CurrBB->end(); in runPartiallyInlineLibCalls() local
H A DCallSiteSplitting.cpp509 auto IE = BB.getTerminator()->getIterator(); in doCallSiteSplitting() local
/freebsd/contrib/llvm-project/clang/lib/Sema/
H A DScopeInfo.cpp89 const ObjCIvarRefExpr *IE = cast<ObjCIvarRefExpr>(E); in getBaseInfo() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DSMTConstraintManager.h312 auto I = CZ.begin(), IE = CZ.end(); in REGISTER_TRAIT_WITH_PROGRAMSTATE() local
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DNonNullParamChecker.cpp171 if (const auto *IE = dyn_cast<InitListExpr>(CE->getInitializer())) in checkPreCall() local
H A DTestAfterDivZeroChecker.cpp241 } else if (const ImplicitCastExpr *IE = in checkBranchCondition() local
/freebsd/contrib/llvm-project/clang/lib/CrossTU/
H A DCrossTranslationUnit.cpp370 void CrossTranslationUnitContext::emitCrossTUDiagnostics(const IndexError &IE) { in emitCrossTUDiagnostics()
738 handleAllErrors(ToDeclOrError.takeError(), [&](const ASTImportError &IE) { in importDefinitionImpl()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DCodeEmitterGen.cpp401 std::map<std::string, std::vector<std::string>>::const_iterator IE, EE; in emitCaseMap() local
/freebsd/contrib/llvm-project/llvm/tools/llvm-mca/
H A Dllvm-mca.cpp588 [&IP, &STI](const mca::InstructionError<MCInst> &IE) { in main()
/freebsd/usr.sbin/makefs/cd9660/
H A Dcd9660_eltorito.h132 boot_catalog_initial_entry IE; member
/freebsd/contrib/llvm-project/clang/lib/StaticAnalyzer/Frontend/
H A DAnalysisConsumer.cpp301 [&](const cross_tu::IndexError &IE) { in VisitVarDecl()
/freebsd/usr.bin/tip/tip/
H A Dtip.h68 EXTERN char *IE; /* EOT to expect on input */ variable
/freebsd/contrib/llvm-project/clang/lib/AST/
H A DCXXInheritance.cpp473 for (const_iterator I = Other.begin(), IE = Other.end(); I != IE; ++I) { in add() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DMergeFunctions.cpp426 for (auto I = HashedFuncs.begin(), IE = HashedFuncs.end(); I != IE; ++I) { in runOnModule() local
/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyLowerEmscriptenEHSjLj.cpp1527 for (auto I = std::next(BasicBlock::iterator(CI)), IE = BB->end(); in handleLongjmpableCallsForEmscriptenSjLj() local
1538 for (auto I = std::next(BasicBlock::iterator(ThrewLI)), IE = BB->end(); in handleLongjmpableCallsForEmscriptenSjLj() local
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineCSE.cpp709 for (MachineBasicBlock::iterator II = CSMI, IE = &MI; II != IE; ++II) in ProcessBlockCSE() local
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86LowerAMXIntrinsics.cpp577 for (BasicBlock::iterator II = BB->begin(), IE = BB->end(); II != IE;) { in visit() local

123