/external/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/ |
D | copy.fail.cpp | 28 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/ |
D | ThreadSafetyTraverse.h | 183 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/ |
D | LowerAtomic.cpp | 29 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/ |
D | LowerAtomic.cpp | 30 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicCmpXchgInst() local 48 LoadInst *Orig = Builder.CreateLoad(Ptr); in LowerAtomicRMWInst() local
|
/external/llvm/lib/Transforms/Scalar/ |
D | LowerAtomic.cpp | 31 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/ |
D | Cloning.cpp | 44 SmallPtrSet<Value *, 4> Orig; // Erase on exit member in CloneInstruction
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 148 unsigned Orig = getPreSplitReg(VirtReg); in getOriginal() local
|
/external/llvm/include/llvm/CodeGen/ |
D | VirtRegMap.h | 152 unsigned Orig = getPreSplitReg(VirtReg); in getOriginal() local
|
/external/swiftshader/third_party/LLVM/lib/CodeGen/ |
D | TargetInstrInfoImpl.cpp | 205 const MachineInstr *Orig, in reMaterialize() 219 MachineInstr *TargetInstrInfoImpl::duplicate(MachineInstr *Orig, in duplicate()
|
D | VirtRegMap.h | 231 unsigned Orig = getPreSplitReg(VirtReg); in getOriginal() local
|
/external/libcxx/benchmarks/ |
D | algorithms.bench.cpp | 107 U& Orig) { in resetCopies() 118 const auto Orig = Copies[0]; in runOpOnCopies() local
|
D | string.bench.cpp | 154 auto Orig = makeString(Length()); in StringCopyAndDestroy() local
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/ |
D | JITSymbol.h | 59 static JITSymbolFlags stripTransientFlags(JITSymbolFlags Orig) { in stripTransientFlags()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 182 const MachineOperand &Orig) { in copyFlagsToImplicitVCC()
|
/external/llvm/lib/ExecutionEngine/Orc/ |
D | IndirectionUtils.cpp | 119 const std::string& getRename(const Value &Orig) { in getRename()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/ |
D | SIShrinkInstructions.cpp | 178 const MachineOperand &Orig) { in copyFlagsToImplicitVCC()
|
/external/llvm/tools/bugpoint/ |
D | Miscompilation.cpp | 259 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local 496 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local
|
/external/swiftshader/third_party/LLVM/tools/bugpoint/ |
D | Miscompilation.cpp | 266 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local 480 Module *Orig = BD.swapProgramIn(Clone); in TestFuncs() local
|
/external/llvm/unittests/Support/ |
D | ErrorTest.cpp | 587 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/ |
D | Miscompilation.cpp | 269 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/ |
D | IndirectionUtils.cpp | 221 const std::string& getRename(const Value &Orig) { in getRename()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/ |
D | MachineFunction.cpp | 310 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/ |
D | ErrorTest.cpp | 702 auto Orig = ErrorOr<int>(42); in TEST() local 713 auto Orig = ErrorOr<int>(errc::invalid_argument); in TEST() local
|
/external/llvm/unittests/Transforms/Utils/ |
D | Cloning.cpp | 53 SmallPtrSet<Value *, 4> Orig; // Erase on exit member in __anon13ab407f0111::CloneInstruction
|
/external/clang/lib/CodeGen/ |
D | CGOpenMPRuntime.h | 172 IdentifierInfo *Orig = nullptr; variable
|