Home
last modified time | relevance | path

Searched refs:OriginalValue (Results 1 – 15 of 15) sorted by relevance

/external/llvm-project/llvm/include/llvm/Demangle/
DUtility.h145 T OriginalValue; variable
152 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()
157 Restore = std::move(OriginalValue); in ~SwapAndRestore()
166 Restore = std::move(OriginalValue); in restoreNow()
/external/llvm-project/libcxxabi/src/demangle/
DUtility.h145 T OriginalValue; variable
152 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()
157 Restore = std::move(OriginalValue); in ~SwapAndRestore()
166 Restore = std::move(OriginalValue); in restoreNow()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Demangle/
DUtility.h145 T OriginalValue; variable
152 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()
157 Restore = std::move(OriginalValue); in ~SwapAndRestore()
166 Restore = std::move(OriginalValue); in restoreNow()
/external/libcxxabi/src/demangle/
DUtility.h144 T OriginalValue; variable
151 : Restore(Restore_), OriginalValue(Restore) { in SwapAndRestore()
156 Restore = std::move(OriginalValue); in ~SwapAndRestore()
165 Restore = std::move(OriginalValue); in restoreNow()
/external/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1500 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores() local
1501 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1502 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1519 VisitedLiveValues.insert(OriginalValue); in insertRelocationStores()
1533 Value *OriginalValue = RematerializedValuePair.second; in insertRematerializationStores() local
1535 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1537 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1543 VisitedLiveValues.insert(OriginalValue); in insertRematerializationStores()
1584 Value *OriginalValue = RematerializedValuePair.second; in relocationViaAlloca() local
1585 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
[all …]
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1639 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores() local
1640 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1641 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1658 VisitedLiveValues.insert(OriginalValue); in insertRelocationStores()
1671 Value *OriginalValue = RematerializedValuePair.second; in insertRematerializationStores() local
1673 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1675 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1681 VisitedLiveValues.insert(OriginalValue); in insertRematerializationStores()
1724 Value *OriginalValue = RematerializedValuePair.second; in relocationViaAlloca() local
1725 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
[all …]
/external/llvm-project/llvm/lib/Transforms/Scalar/
DRewriteStatepointsForGC.cpp1795 Value *OriginalValue = Relocate->getDerivedPtr(); in insertRelocationStores() local
1796 assert(AllocaMap.count(OriginalValue)); in insertRelocationStores()
1797 Value *Alloca = AllocaMap[OriginalValue]; in insertRelocationStores()
1814 VisitedLiveValues.insert(OriginalValue); in insertRelocationStores()
1827 Value *OriginalValue = RematerializedValuePair.second; in insertRematerializationStores() local
1829 assert(AllocaMap.count(OriginalValue) && in insertRematerializationStores()
1831 Value *Alloca = AllocaMap[OriginalValue]; in insertRematerializationStores()
1837 VisitedLiveValues.insert(OriginalValue); in insertRematerializationStores()
1880 Value *OriginalValue = RematerializedValuePair.second; in relocationViaAlloca() local
1881 if (AllocaMap.count(OriginalValue) != 0) in relocationViaAlloca()
[all …]
/external/llvm-project/polly/lib/CodeGen/
DBlockGenerators.cpp964 Value *OriginalValue = PHI->getIncomingValueForBlock(MergeBB); in createExitPHINodeMerges() local
965 assert((!isa<Instruction>(OriginalValue) || in createExitPHINodeMerges()
966 cast<Instruction>(OriginalValue)->getParent() != MergeBB) && in createExitPHINodeMerges()
971 MergePHI->addIncoming(OriginalValue, ExitBB); in createExitPHINodeMerges()
/external/llvm-project/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp1101 Register OriginalValue = I.getOperand(0).getReg(); in select() local
1109 .addUse(OriginalValue) in select()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMInstructionSelector.cpp1103 Register OriginalValue = I.getOperand(0).getReg(); in select() local
1111 .addUse(OriginalValue) in select()
/external/llvm-project/llvm/unittests/Support/
DPath.cpp415 llvm::Optional<std::string> OriginalValue; member in __anon055a84d50111::WithEnv
420 OriginalValue.emplace(V); in WithEnv()
427 if (OriginalValue) in ~WithEnv()
428 ::setenv(Var, OriginalValue->c_str(), 1); in ~WithEnv()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2182 Value *OriginalValue = nullptr; member
3206 AddressingModeCombiner(const SimplifyQuery &_SQ, Value *OriginalValue) in AddressingModeCombiner() argument
3207 : CommonType(nullptr), SQ(_SQ), Original(OriginalValue) {} in AddressingModeCombiner()
3311 Type *IntPtrTy = SQ.DL.getIntPtrType(AddrModes[0].OriginalValue->getType()); in initializeMap()
3319 Map[AM.OriginalValue] = DV; in initializeMap()
3321 NullValue.push_back(AM.OriginalValue); in initializeMap()
4845 NewAddrMode.OriginalValue = V; in optimizeMemoryInst()
/external/llvm-project/llvm/lib/CodeGen/
DCodeGenPrepare.cpp2321 Value *OriginalValue = nullptr; member
3353 AddressingModeCombiner(const SimplifyQuery &_SQ, Value *OriginalValue) in AddressingModeCombiner() argument
3354 : CommonType(nullptr), SQ(_SQ), Original(OriginalValue) {} in AddressingModeCombiner()
3458 Type *IntPtrTy = SQ.DL.getIntPtrType(AddrModes[0].OriginalValue->getType()); in initializeMap()
3466 Map[AM.OriginalValue] = DV; in initializeMap()
3468 NullValue.push_back(AM.OriginalValue); in initializeMap()
5001 NewAddrMode.OriginalValue = V; in optimizeMemoryInst()
/external/llvm-project/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1268 uint64_t OriginalValue = CE->getValue(); in isInvertedExpImm() local
1269 uint64_t InvertedValue = OriginalValue ^ (((uint64_t)1 << size) - 1); in isInvertedExpImm()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/
DARMAsmParser.cpp1202 uint64_t OriginalValue = CE->getValue(); in isInvertedExpImm() local
1203 uint64_t InvertedValue = OriginalValue ^ (((uint64_t)1 << size) - 1); in isInvertedExpImm()