Home
last modified time | relevance | path

Searched refs:EV (Results 1 – 25 of 52) sorted by relevance

123

/openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/
H A DHexagonConstExtenders.cpp367 bool operator<(const ExtValue &EV) const;
368 bool operator==(const ExtValue &EV) const { in operator ==()
369 return ExtRoot(*this) == ExtRoot(EV) && Offset == EV.Offset; in operator ==()
371 bool operator!=(const ExtValue &EV) const { in operator !=()
372 return !operator==(EV); in operator !=()
428 friend raw_ostream &operator<< (raw_ostream &OS, const ExtValue &EV);
544 raw_ostream &operator<< (raw_ostream &OS, const HCE::ExtValue &EV) { in operator <<() argument
545 OS << HCE::ExtRoot(EV) << " off:" << EV.Offset; in operator <<()
766 bool HCE::ExtValue::operator< (const HCE::ExtValue &EV) const { in operator <()
768 if (!(ER == ExtRoot(EV))) in operator <()
[all …]
/openbsd-src/regress/usr.bin/mandoc/mdoc/Ev/
H A Dtag.out_ascii1 EV-TAG(1) General Commands Manual EV-TAG(1)
H A Dnoarg.out_ascii1 EV-NOARG(1) General Commands Manual EV-NOARG(1)
H A Dfont.out_ascii1 EV-FONT(1) General Commands Manual EV-FONT(1)
H A Dfont.out_markdown1 EV-FONT(1) - General Commands Manual
H A Dtag.out_markdown1 EV-TAG(1) - General Commands Manual
H A Dnoarg.out_markdown1 EV-NOARG(1) - General Commands Manual
/openbsd-src/gnu/llvm/llvm/lib/Object/
H A DError.cpp35 std::string _object_error_category::message(int EV) const { in message()
36 object_error E = static_cast<object_error>(EV); in message()
/openbsd-src/gnu/llvm/llvm/lib/Support/
H A DErrorHandling.cpp245 std::error_code llvm::mapWindowsError(unsigned EV) { in mapWindowsError() argument
246 switch (EV) { in mapWindowsError()
302 return std::error_code(EV, std::system_category()); in mapWindowsError()
/openbsd-src/gnu/llvm/llvm/include/llvm/Support/
H A DWindowsError.h15 std::error_code mapWindowsError(unsigned EV);
/openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/
H A D805.crt11 /EV/uervnuFQk0z26oDMbSe7qa+mZSePs+/0XZZj263YjkE5Xy+nFgx9ceoCDthj
H A D3527.crt13 4EV/JZCdU80gZiEzoYbDaW+qaObf/LG1bK6QGCU11A9NKUxI7y6aI0s2k+NBvJwH
H A D3458.crt14 fpQq6UjKOGbVjO0IBRWpNjpJs7T58Wr4RAQ1W6iAwFolNW4Jozk0NnZX+EV/c3s9
H A D356.key18 9EV/cek6I6MRDxjmgGXSu8TFrv0q2He3TjexjpkCgYAbXF/7/i9GxVv4tZy8mys1
H A D867.key10 oC/7UP2MHv3A2nVWaZbPDSA/tTxYo+YtX9PZ6zpyBpugmmkvUY1g047/EV/qweWf
H A D320.key18 6EV+G0kxySiQKiU/rQCJVNQlXhjyQsGPvADkgU73AoGATZwFiccbnguaJgluwdg6
H A D805.key2 MIIEowIBAAKCAQEAxQlOUcBfnrPC+xSaRox8gbo6/EV/uervnuFQk0z26oDMbSe7
H A D1020.chain10 MjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYCP3k0mrAmQxVS/EV
H A D265.chain43 LDtK209fGJX8RW7Qpzyzmca2YdVsKgWd89FkOuid3TOGQUoJMh/EV/+f9DVpraT9
H A D2813.chain46 /03EV+0GhIPd8zi5cfgtN7tWlL1yMklrTA==
H A D1564.chain18 prH6n+4EV+nYkC+Z1XorOQquzEkx1ORPYu0s61XSmoBiKc96KjVM9J3swHDqdIRL
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstructionCombining.cpp3275 InstCombinerImpl::foldExtractOfOverflowIntrinsic(ExtractValueInst &EV) { in foldExtractOfOverflowIntrinsic() argument
3276 auto *WO = dyn_cast<WithOverflowInst>(EV.getAggregateOperand()); in foldExtractOfOverflowIntrinsic()
3283 if (*EV.idx_begin() == 0 && (OvID == Intrinsic::smul_with_overflow || in foldExtractOfOverflowIntrinsic()
3305 if (*EV.idx_begin() == 0) { in foldExtractOfOverflowIntrinsic()
3314 assert(*EV.idx_begin() == 1 && "Unexpected extract index for overflow inst"); in foldExtractOfOverflowIntrinsic()
3349 Instruction *InstCombinerImpl::visitExtractValueInst(ExtractValueInst &EV) { in visitExtractValueInst() argument
3350 Value *Agg = EV.getAggregateOperand(); in visitExtractValueInst()
3352 if (!EV.hasIndices()) in visitExtractValueInst()
3353 return replaceInstUsesWith(EV, Agg); in visitExtractValueInst()
3355 if (Value *V = simplifyExtractValueInst(Agg, EV.getIndices(), in visitExtractValueInst()
[all …]
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DAtomicExpandPass.cpp1431 ExtractValueInst *EV = dyn_cast<ExtractValueInst>(User); in expandAtomicCmpXchg() local
1432 if (!EV) in expandAtomicCmpXchg()
1435 assert(EV->getNumIndices() == 1 && EV->getIndices()[0] <= 1 && in expandAtomicCmpXchg()
1438 if (EV->getIndices()[0] == 0) in expandAtomicCmpXchg()
1439 EV->replaceAllUsesWith(Loaded); in expandAtomicCmpXchg()
1441 EV->replaceAllUsesWith(Success); in expandAtomicCmpXchg()
1443 PrunedInsts.push_back(EV); in expandAtomicCmpXchg()
1447 for (auto *EV : PrunedInsts) in expandAtomicCmpXchg() local
1448 EV->eraseFromParent(); in expandAtomicCmpXchg()
/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
1046 RetVal = IRB.CreateInsertValue(RetVal, EV, NewRetIdxs[RetI], in removeDeadStuffFromFunction()
1051 RetVal = EV; in removeDeadStuffFromFunction()

123