Home
last modified time | relevance | path

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

/openbsd/gnu/llvm/llvm/lib/Support/
H A DGlobPattern.cpp26 static Expected<BitVector> expand(StringRef S, StringRef Original) { in expand()
66 static Expected<BitVector> scan(StringRef &S, StringRef Original) { in scan()
132 StringRef Original = S; in create() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/
H A DLiveRangeEdit.cpp85 unsigned Original = VRM->getOriginal(getReg()); in scanRemattable() local
321 Register Original = VRM->getOriginal(Dest); in eliminateDeadDef() local
471 Register Original = VRM ? VRM->getOriginal(VReg) : Register(); in eliminateDeadDefs() local
H A DCalcSpillWeights.cpp85 Register Original = VRM.getOriginal(Reg); in isRematerializable() local
164 Register Original = VRM.getOriginal(Reg); in weightCalcHelper() local
H A DSplitKit.cpp420 void SplitEditor::addDeadDef(LiveInterval &LI, VNInfo *VNI, bool Original) { in addDeadDef()
464 bool Original) { in defValue()
592 Register Original = VRM.getOriginal(Edit->get(RegIdx)); in defFromParent() local
1556 Register Original = VRM.getOriginal(VReg); in finish() local
H A DInlineSpiller.cpp171 Register Original; member in __anonc58ea19b0111::InlineSpiller
1248 unsigned Original) { in addToMergeableSpills()
1564 Register Original = VRM.getPreSplitReg(Reg); in hoistAllSpills() local
H A DCodeGenPrepare.cpp3575 Value *Original; member in __anon7418ce250c11::AddressingModeCombiner
/openbsd/gnu/llvm/llvm/include/llvm/Analysis/
H A DReplayInlineAdvisor.h45 enum class Fallback : int { Original, AlwaysInline, NeverInline }; enumerator
/openbsd/gnu/llvm/llvm/include/llvm/Demangle/
H A DUtility.h183 T Original; variable
/openbsd/gnu/llvm/libcxxabi/src/demangle/
H A DUtility.h183 T Original; variable
/openbsd/gnu/llvm/clang/include/clang/Tooling/Syntax/
H A DTree.h126 unsigned Original : 1; variable
/openbsd/gnu/llvm/clang/include/clang/Tooling/DependencyScanning/
H A DDependencyScanningFilesystem.h36 std::unique_ptr<llvm::MemoryBuffer> Original; member
/openbsd/gnu/llvm/clang/lib/StaticAnalyzer/Core/
H A DRangeConstraintManager.cpp122 RangeSet RangeSet::Factory::add(RangeSet Original, Range Element) { in add()
134 RangeSet RangeSet::Factory::add(RangeSet Original, const llvm::APSInt &Point) { in add()
143 RangeSet RangeSet::Factory::unite(RangeSet Original, Range R) { in unite()
150 RangeSet RangeSet::Factory::unite(RangeSet Original, llvm::APSInt Point) { in unite()
154 RangeSet RangeSet::Factory::unite(RangeSet Original, llvm::APSInt From, in unite()
/openbsd/gnu/llvm/clang/lib/AST/
H A DODRHash.cpp917 QualType Original = T->getOriginalType(); in VisitAdjustedType() local
/openbsd/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h186 CallEvent(const CallEvent &Original) in CallEvent()
/openbsd/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DInductiveRangeCheckElimination.cpp1382 Loop *LoopConstrainer::createClonedLoopStructure(Loop *Original, Loop *Parent, in createClonedLoopStructure()
/openbsd/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenSchedule.cpp93 StringRef Original = SI->getValue(); in apply() local
/openbsd/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DDwarfDebug.cpp605 static const DIExpression *combineDIExpressions(const DIExpression *Original, in combineDIExpressions()
/openbsd/gnu/llvm/clang/lib/Sema/
H A DSemaType.cpp7091 QualType Original; member
/openbsd/gnu/llvm/clang/lib/CodeGen/
H A DCGOpenMPRuntime.cpp624 Address Private, Address Original, in emitInitWithReductionInitializer()
3052 const VarDecl *Original = nullptr; member
/openbsd/gnu/llvm/llvm/lib/Target/X86/
H A DX86ISelLowering.cpp13004 SDValue V2, ArrayRef<int> Original, in lowerShuffleAsBlend()