Home
last modified time | relevance | path

Searched defs:EV (Results 1 – 18 of 18) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp544 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()
1278 ExtValue EV(ED); in assignInits() local
1298 ExtValue EV(ED); in assignInits() local
1420 const ExtValue &EV = P.first.first; in assignInits() local
1534 const ExtValue &EV = ExtI.first; in insertInitializer() local
1770 const ExtValue &EV = ExtI.first; (void)EV; in replaceInstrExpr() local
1857 ExtValue EV(ED); in replaceInstr() local
H A DHexagonISelDAGToDAG.cpp1106 unsigned EV = EN->getZExtValue(); in ppAddrReorderAddShl() local
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DErrorHandling.cpp245 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError()
/openbsd-src/libexec/getty/
H A Dgettytab.h70 #define EV gettystrs[9].value macro
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp1040 Value *EV = IRB.CreateExtractValue(OldRet, RetI, "oldret"); in removeDeadStuffFromFunction() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1431 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); in expandAtomicCmpXchg() local
1447 for (auto *EV : PrunedInsts) in expandAtomicCmpXchg() local
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1298 unsigned EV = 0; in runTargetDesc() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3275 InstCombinerImpl::foldExtractOfOverflowIntrinsic(ExtractValueInst &EV) { in foldExtractOfOverflowIntrinsic()
3349 Instruction *InstCombinerImpl::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DIndVarSimplify.cpp1390 if (auto EV = SE->evaluatePredicateAt(Pred, LHSS, RHSS, BI)) in createReplacement() local
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86FastISel.cpp230 const auto *EV = cast<ExtractValueInst>(Cond); in foldX86XALUIntrinsic() local
/openbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c179 #define EV 0xF macro
/openbsd-src/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1525 const auto *EV = dyn_cast<PathDiagnosticEventPiece>(NextI->get()); in simplifySimpleBranches() local
/openbsd-src/gnu/llvm/llvm/lib/IR/
H A DCore.cpp2998 if (auto *EV = dyn_cast<ExtractValueInst>(I)) in LLVMGetNumIndices() local
3008 if (auto *EV = dyn_cast<ExtractValueInst>(I)) in LLVMGetIndices() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3361 const auto *EV = cast<ExtractValueInst>(Cond); in foldXALUIntrinsic() local
H A DAArch64ISelDAGToDAG.cpp818 SDValue EV = SV.getOperand(1); in checkHighLaneIndex() local
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDecl.h1449 void setExceptionVariable(bool EV) { in setExceptionVariable()
/openbsd-src/gnu/llvm/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4882 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Val)) in simplifyInsertValueInst() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp7025 auto *EV = cast<ExtractValueInst>(I); in getEntryCost() local