Home
last modified time | relevance | path

Searched defs:Orig (Results 1 – 25 of 60) sorted by relevance

123

/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
Dcopy.fail.cpp28 const LG Orig; in main() local
33 const LG Orig(m0); in main() local
38 const LG Orig(m0, m1); in main() local
43 const LG Orig(m0, m1, m2); in main() local
/external/clang/include/clang/Analysis/Analyses/
DThreadSafetyTraverse.h183 R_SExpr reduceUndefined(Undefined &Orig) { return true; } in reduceUndefined()
184 R_SExpr reduceWildcard(Wildcard &Orig) { return true; } in reduceWildcard()
186 R_SExpr reduceLiteral(Literal &Orig) { return true; } in reduceLiteral()
188 R_SExpr reduceLiteralT(LiteralT<T> &Orig) { return true; } in reduceLiteralT()
189 R_SExpr reduceLiteralPtr(Literal &Orig) { return true; } in reduceLiteralPtr()
191 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { in reduceFunction()
194 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { in reduceSFunction()
197 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode()
200 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField()
203 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply()
[all …]
/external/swiftshader/third_party/LLVM/lib/Transforms/Scalar/
DLowerAtomic.cpp29 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicCmpXchgInst() local
44 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicRMWInst() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp30 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicCmpXchgInst() local
48 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicRMWInst() local
/external/llvm/lib/Transforms/Scalar/
DLowerAtomic.cpp31 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicCmpXchgInst() local
49 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicRMWInst() local
/external/swiftshader/third_party/LLVM/unittests/Transforms/Utils/
DCloning.cpp44 SmallPtrSet<Value *, 4> Orig; // Erase on exit member in CloneInstruction
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/
DVirtRegMap.h148 unsigned Orig = getPreSplitReg(VirtReg); in getOriginal() local
/external/llvm/include/llvm/CodeGen/
DVirtRegMap.h152 unsigned Orig = getPreSplitReg(VirtReg); in getOriginal() local
/external/swiftshader/third_party/LLVM/lib/CodeGen/
DTargetInstrInfoImpl.cpp205 const MachineInstr *Orig, in reMaterialize()
219 MachineInstr *TargetInstrInfoImpl::duplicate(MachineInstr *Orig, in duplicate()
DVirtRegMap.h231 unsigned Orig = getPreSplitReg(VirtReg); in getOriginal() local
/external/libcxx/benchmarks/
Dalgorithms.bench.cpp107 U& Orig) { in resetCopies()
118 const auto Orig = Copies[0]; in runOpOnCopies() local
Dstring.bench.cpp154 auto Orig = makeString(Length()); in StringCopyAndDestroy() local
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/
DJITSymbol.h59 static JITSymbolFlags stripTransientFlags(JITSymbolFlags Orig) { in stripTransientFlags()
/external/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp182 const MachineOperand &Orig) { in copyFlagsToImplicitVCC()
/external/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp119 const std::string& getRename(const Value &Orig) { in getRename()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIShrinkInstructions.cpp178 const MachineOperand &Orig) { in copyFlagsToImplicitVCC()
/external/llvm/tools/bugpoint/
DMiscompilation.cpp259 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local
496 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local
/external/swiftshader/third_party/LLVM/tools/bugpoint/
DMiscompilation.cpp266 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local
480 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local
/external/llvm/unittests/Support/
DErrorTest.cpp587 auto Orig = ErrorOr<int>(42); in TEST() local
598 auto Orig = ErrorOr<int>(errc::invalid_argument); in TEST() local
/external/swiftshader/third_party/llvm-7.0/llvm/tools/bugpoint/
DMiscompilation.cpp269 std::unique_ptr<Module> Orig = BD.swapProgramIn(std::move(Clone)); in TestFuncs() local
504 std::unique_ptr<Module> Orig = BD.swapProgramIn(std::move(Clone)); in TestFuncs() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/ExecutionEngine/Orc/
DIndirectionUtils.cpp221 const std::string& getRename(const Value &Orig) { in getRename()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/
DMachineFunction.cpp310 MachineFunction::CloneMachineInstr(const MachineInstr *Orig) { in CloneMachineInstr()
316 MachineBasicBlock::iterator InsertBefore, const MachineInstr &Orig) { in CloneMachineInstrBundle()
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/Support/
DErrorTest.cpp702 auto Orig = ErrorOr<int>(42); in TEST() local
713 auto Orig = ErrorOr<int>(errc::invalid_argument); in TEST() local
/external/llvm/unittests/Transforms/Utils/
DCloning.cpp53 SmallPtrSet<Value *, 4> Orig; // Erase on exit member in __anon13ab407f0111::CloneInstruction
/external/clang/lib/CodeGen/
DCGOpenMPRuntime.h172 IdentifierInfo *Orig = nullptr; variable

123