| /openbsd-src/gnu/llvm/llvm/lib/Target/Hexagon/ |
| H A D | HexagonConstExtenders.cpp | 367 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 D | tag.out_ascii | 1 EV-TAG(1) General Commands Manual EV-TAG(1)
|
| H A D | noarg.out_ascii | 1 EV-NOARG(1) General Commands Manual EV-NOARG(1)
|
| H A D | font.out_ascii | 1 EV-FONT(1) General Commands Manual EV-FONT(1)
|
| H A D | font.out_markdown | 1 EV-FONT(1) - General Commands Manual
|
| H A D | tag.out_markdown | 1 EV-TAG(1) - General Commands Manual
|
| H A D | noarg.out_markdown | 1 EV-NOARG(1) - General Commands Manual
|
| /openbsd-src/gnu/llvm/llvm/lib/Object/ |
| H A D | Error.cpp | 35 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 D | ErrorHandling.cpp | 245 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 D | WindowsError.h | 15 std::error_code mapWindowsError(unsigned EV);
|
| /openbsd-src/regress/lib/libcrypto/x509/bettertls/certificates/ |
| H A D | 805.crt | 11 /EV/uervnuFQk0z26oDMbSe7qa+mZSePs+/0XZZj263YjkE5Xy+nFgx9ceoCDthj
|
| H A D | 3527.crt | 13 4EV/JZCdU80gZiEzoYbDaW+qaObf/LG1bK6QGCU11A9NKUxI7y6aI0s2k+NBvJwH
|
| H A D | 3458.crt | 14 fpQq6UjKOGbVjO0IBRWpNjpJs7T58Wr4RAQ1W6iAwFolNW4Jozk0NnZX+EV/c3s9
|
| H A D | 356.key | 18 9EV/cek6I6MRDxjmgGXSu8TFrv0q2He3TjexjpkCgYAbXF/7/i9GxVv4tZy8mys1
|
| H A D | 867.key | 10 oC/7UP2MHv3A2nVWaZbPDSA/tTxYo+YtX9PZ6zpyBpugmmkvUY1g047/EV/qweWf
|
| H A D | 320.key | 18 6EV+G0kxySiQKiU/rQCJVNQlXhjyQsGPvADkgU73AoGATZwFiccbnguaJgluwdg6
|
| H A D | 805.key | 2 MIIEowIBAAKCAQEAxQlOUcBfnrPC+xSaRox8gbo6/EV/uervnuFQk0z26oDMbSe7
|
| H A D | 1020.chain | 10 MjAwggEiMA0GCSqGSIb3DQEBAQUAA4IBDwAwggEKAoIBAQCYCP3k0mrAmQxVS/EV
|
| H A D | 265.chain | 43 LDtK209fGJX8RW7Qpzyzmca2YdVsKgWd89FkOuid3TOGQUoJMh/EV/+f9DVpraT9
|
| H A D | 2813.chain | 46 /03EV+0GhIPd8zi5cfgtN7tWlL1yMklrTA==
|
| H A D | 1564.chain | 18 prH6n+4EV+nYkC+Z1XorOQquzEkx1ORPYu0s61XSmoBiKc96KjVM9J3swHDqdIRL
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/ |
| H A D | InstructionCombining.cpp | 3275 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 D | AtomicExpandPass.cpp | 1431 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 D | gettytab.h | 70 #define EV gettystrs[9].value macro
|
| /openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
| H A D | DeadArgumentElimination.cpp | 1040 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()
|