/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ExecutionEngine/Orc/ |
D | RemoteObjectLayerTest.cpp | 27 using ObjectPtr = std::unique_ptr<MemoryBuffer>; typedef in __anon756ccbbb0111::MockObjectLayer 33 std::function<Expected<ObjHandleT>(ObjectPtr, SymbolLookupTable&)>; 43 Expected<ObjHandleT> addObject(ObjectPtr Obj, in addObject() 88 MockObjectLayer::ObjectPtr createTestObject() { in createTestObject() 131 [&ObjContents](MockObjectLayer::ObjectPtr Obj, in TEST() 185 [](MockObjectLayer::ObjectPtr Obj, in TEST() 239 [](MockObjectLayer::ObjectPtr Obj, in TEST() 291 [](MockObjectLayer::ObjectPtr Obj, in TEST() 347 [](MockObjectLayer::ObjectPtr Obj, in TEST() 429 [](MockObjectLayer::ObjectPtr Obj, in TEST() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ExecutionEngine/Orc/ |
D | ObjectTransformLayer.h | 61 template <typename ObjectPtr> Error addObject(VModuleKey K, ObjectPtr Obj) { in addObject()
|
D | RTDyldObjectLinkingLayer.h | 90 using ObjectPtr = std::unique_ptr<MemoryBuffer>; 143 using RTDyldObjectLinkingLayerBase::ObjectPtr; 326 Error addObject(VModuleKey K, ObjectPtr ObjBuffer) { in addObject()
|
D | RemoteObjectLayer.h | 309 using ObjectPtr = std::unique_ptr<MemoryBuffer>; variable 330 addObject(ObjectPtr ObjBuffer, in addObject()
|
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | simple_orc_jit.h | 48 using CompileFtor = std::function<ObjLayerT::ObjectPtr(llvm::Module&)>;
|
/external/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 158 ObjectPtr, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/DebugInfo/PDB/ |
D | PDBTypes.h | 169 ObjectPtr, enumerator
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | AutoUpgrade.cpp | 538 Type* ObjectPtr[1] = {Args[1]}; in UpgradeIntrinsicFunction1() local 539 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) { in UpgradeIntrinsicFunction1() 541 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr); in UpgradeIntrinsicFunction1() 552 Type* ObjectPtr[1] = {Args[IsLifetimeEnd ? 1 : 2]}; in UpgradeIntrinsicFunction1() local 553 if (F->getName() != Intrinsic::getName(ID, ObjectPtr)) { in UpgradeIntrinsicFunction1() 555 NewFn = Intrinsic::getDeclaration(F->getParent(), ID, ObjectPtr); in UpgradeIntrinsicFunction1() 562 Type* ObjectPtr[1] = {Args[0]}; in UpgradeIntrinsicFunction1() local 565 Intrinsic::launder_invariant_group, ObjectPtr); in UpgradeIntrinsicFunction1()
|
D | IRBuilder.cpp | 445 Type *ObjectPtr[1] = {Ptr->getType()}; in CreateInvariantStart() local 448 Intrinsic::getDeclaration(M, Intrinsic::invariant_start, ObjectPtr); in CreateInvariantStart()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS) in operator <<()
|
/external/llvm/lib/DebugInfo/PDB/ |
D | PDBExtras.cpp | 83 CASE_OUTPUT_ENUM_CLASS_STR(PDB_DataKind, ObjectPtr, "this ptr", OS) in operator <<()
|
/external/deqp/external/vulkancts/modules/vulkan/api/ |
D | vktApiObjectManagementTests.cpp | 2326 typedef SharedPtr<UniqueObject> ObjectPtr; in createMaxConcurrentTest() typedef 2331 vector<ObjectPtr> objects (numObjects); in createMaxConcurrentTest() 2339 objects[ndx] = ObjectPtr(new UniqueObject(Object::create(env, res, params))); in createMaxConcurrentTest()
|