Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp542 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<()
1276 ExtValue EV(ED); in assignInits() local
1296 ExtValue EV(ED); in assignInits() local
1418 const ExtValue &EV = P.first.first; in assignInits() local
1532 const ExtValue &EV = ExtI.first; in insertInitializer() local
1768 const ExtValue &EV = ExtI.first; (void)EV; in replaceInstrExpr() local
1855 ExtValue EV(ED); in replaceInstr() local
H A DHexagonISelDAGToDAG.cpp1066 unsigned EV = EN->getZExtValue(); in ppAddrReorderAddShl() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Support/
H A DErrorHandling.cpp246 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError()
/netbsd-src/external/gpl3/gcc/dist/c++tools/
H A Dserver.cc467 #define my_epoll_ctl(EFD,C,EV,FD,CL) \ argument
470 #define my_epoll_ctl(EFD,C,EV,FD,CL) ((void)(EFD), (void)(FD), (void)(CL)) argument
/netbsd-src/libexec/getty/
H A Dgettytab.h74 #define EV gettystrs[9].value macro
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/IPO/
H A DDeadArgumentElimination.cpp1053 Value *EV = IRB.CreateExtractValue(OldRet, RetI, "oldret"); in RemoveDeadStuffFromFunction() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1334 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); in expandAtomicCmpXchg() local
1350 for (auto EV : PrunedInsts) in expandAtomicCmpXchg() local
/netbsd-src/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DRegisterInfoEmitter.cpp1277 unsigned EV = 0; in runTargetDesc() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FastISel.cpp239 const auto *EV = cast<ExtractValueInst>(Cond); in foldX86XALUIntrinsic() local
/netbsd-src/sys/arch/hppa/hppa/
H A Ddb_disasm.c186 #define EV 0xF macro
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
H A DBugReporter.cpp1517 const auto *EV = dyn_cast<PathDiagnosticEventPiece>(NextI->get()); in simplifySimpleBranches() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp2990 Instruction *InstCombinerImpl::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp611 SDValue EV = SV.getOperand(1); in checkHighLaneIndex() local
H A DAArch64FastISel.cpp3324 const auto *EV = cast<ExtractValueInst>(Cond); in foldXALUIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/clang/include/clang/AST/
H A DDecl.h1379 void setExceptionVariable(bool EV) { in setExceptionVariable()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/IR/
H A DCore.cpp3023 if (auto *EV = dyn_cast<ExtractValueInst>(I)) in LLVMGetNumIndices() local
3035 if (auto *EV = dyn_cast<ExtractValueInst>(I)) in LLVMGetIndices() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp5897 for (auto EV : IdxEV.second) { in DbgApplyEqualValues() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DInstructionSimplify.cpp4385 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Val)) in SimplifyInsertValueInst() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Transforms/Vectorize/
H A DSLPVectorizer.cpp1000 Value *EV; in getShallowScore() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp3796 if (const ExtractValueInst *EV = dyn_cast<ExtractValueInst>(&I)) in visitExtractValue() local