/llvm-project/llvm/lib/Support/ |
H A D | ErrorHandling.cpp | 263 unsigned EV = ::GetLastError(); mapLastWindowsError() local 281 mapWindowsError(unsigned EV) mapWindowsError() argument
|
/llvm-project/llvm/unittests/XRay/ |
H A D | GraphTest.cpp | 102 auto Pred = [&](const EVT &EV) { return EV.first == u; }; in graphEdgeTester() 108 for (auto &EV : G.edges()) { in graphEdgeTester() local
|
/llvm-project/clang/test/SemaCXX/ |
H A D | type-traits-ms-extensions.cpp | 13 enum Enum { EV }; enumerator
|
H A D | type-traits.cpp | 13 enum Enum { EV }; enumerator 16 enum class EnumClass { EV }; enumerator
|
/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonConstExtenders.cpp | 544 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<() argument 1278 ExtValue EV(ED); assignInits() local 1298 ExtValue EV(ED); assignInits() local 1419 const ExtValue &EV = P.first.first; assignInits() local 1533 const ExtValue &EV = ExtI.first; insertInitializer() local 1769 const ExtValue &EV = ExtI.first; (void)EV; replaceInstrExpr() local 1856 ExtValue EV(ED); replaceInstr() local [all...] |
H A D | HexagonISelDAGToDAG.cpp | 1199 unsigned EV = EN->getZExtValue(); in ppAddrReorderAddShl() local
|
/llvm-project/clang/test/Sema/ |
H A D | ms_class_layout.cpp | 140 struct EV : CV, DV { struct
|
/llvm-project/libc/benchmarks/ |
H A D | JSON.cpp | 242 Expected<json::Value> EV = json::parse(Content); in parseJsonStudy() local
|
/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUSplitModule.cpp | 116 const auto EV = sys::Process::GetEnv("AMD_SPLIT_MODULE_LOG_PRIVATE"); getName() local
|
/llvm-project/llvm/lib/Transforms/IPO/ |
H A D | DeadArgumentElimination.cpp | 1054 Value *EV = IRB.CreateExtractValue(OldRet, RetI, "oldret"); removeDeadStuffFromFunction() local
|
/llvm-project/llvm/lib/CodeGen/ |
H A D | AtomicExpandPass.cpp | 1501 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); expandAtomicCmpXchg() local 1517 for (auto *EV : PrunedInsts) expandAtomicCmpXchg() local [all...] |
/llvm-project/clang-tools-extra/clang-doc/ |
H A D | BitcodeReader.cpp | 778 EnumValueInfo EV; readSubBlock() local
|
/llvm-project/llvm/lib/Transforms/Scalar/ |
H A D | IndVarSimplify.cpp | 1280 if (auto EV = SE->evaluatePredicateAt(Pred, LHSS, RHSS, BI)) createReplacement() local
|
/llvm-project/llvm/utils/TableGen/ |
H A D | RegisterInfoEmitter.cpp | 1274 ++EV; in runTargetDesc() local
|
/llvm-project/llvm/lib/Transforms/InstCombine/ |
H A D | InstructionCombining.cpp | 3873 foldExtractOfOverflowIntrinsic(ExtractValueInst & EV) foldExtractOfOverflowIntrinsic() argument 3958 visitExtractValueInst(ExtractValueInst & EV) visitExtractValueInst() argument [all...] |
/llvm-project/llvm/lib/Target/X86/ |
H A D | X86FastISel.cpp | 230 if (!isa<IntrinsicInst>(EV->getAggregateOperand())) in foldX86XALUIntrinsic() local
|
/llvm-project/clang/lib/StaticAnalyzer/Core/ |
H A D | BugReporter.cpp | 1538 const auto *EV = dyn_cast<PathDiagnosticEventPiece>(NextI->get()); simplifySimpleBranches() local
|
/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64FastISel.cpp | 3354 const auto *EV = cast<ExtractValueInst>(Cond); foldXALUIntrinsic() local
|
/llvm-project/clang/include/clang/AST/ |
H A D | Decl.h | 1477 setExceptionVariable(bool EV) setExceptionVariable() argument
|
/llvm-project/llvm/lib/IR/ |
H A D | Core.cpp | 3132 if (auto *EV = dyn_cast<ExtractValueInst>(I)) LLVMGetNumIndices() local 3142 if (auto *EV = dyn_cast<ExtractValueInst>(I)) LLVMGetIndices() local
|
/llvm-project/llvm/lib/Analysis/ |
H A D | InstructionSimplify.cpp | 5116 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Val)) simplifyInsertValueInst() local
|
/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | SLPVectorizer.cpp | 9408 auto *EV = cast<ExtractValueInst>(I); getEntryCost() local
|