/llvm-project/mlir/lib/Target/SPIRV/ |
H A D | Target.cpp | 37 Attribute createObject(Attribute attribute, Operation *module, 92 SPIRVTargetAttrImpl::createObject(Attribute attribute, Operation *module, in createObject() function in SPIRVTargetAttrImpl
|
/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.h | 456 StorageLocation &createObject(QualType Ty, const Expr *InitExpr = nullptr) { 465 StorageLocation &createObject(const VarDecl &D) { in createObject() function 474 StorageLocation &createObject(const ValueDecl &D, const Expr *InitExpr) { in createObject() function
|
/llvm-project/mlir/lib/Dialect/GPU/Transforms/ |
H A D | ModuleToBinary.cpp | 105 target.createObject(op, *serializedModule, targetOptions); in moduleSerializer()
|
/llvm-project/clang/lib/Analysis/FlowSensitive/ |
H A D | DataflowEnvironment.cpp | 511 setStorageLocation(*ParamDecl, createObject(*ParamDecl, nullptr)); in initialize() 527 setStorageLocation(*VarDecl, createObject(*VarDecl, nullptr)); in initialize() 534 cast<RecordStorageLocation>(createObject(ThisPointeeType))); in initialize() 539 cast<RecordStorageLocation>(createObject(QualType( in initialize() 581 // therefore intentionally don't pass an initializer to `createObject()`; in in fork() 582 // particular, this ensures that `createObject()` will initialize the fields in fork() 584 setStorageLocation(*D, createObject(*D, nullptr)); in canDescend() 659 setStorageLocation(*Param, createObject(*Param, Args[ArgIndex])); in popCall()
|
H A D | Transfer.cpp | 244 Env.setStorageLocation(D, Env.createObject(D)); in ProcessVarDecl() 761 Loc.setChild(*Field, &Env.createObject(Field->getType(), Init)); in VisitInitListExpr()
|
/llvm-project/clang/unittests/Analysis/FlowSensitive/ |
H A D | DataflowEnvironmentTest.cpp | 151 auto &SLoc = cast<RecordStorageLocation>(Env.createObject(Ty)); in TEST_F() 275 auto &Loc = cast<RecordStorageLocation>(Env.createObject(QTy)); in TEST_F()
|
/llvm-project/mlir/lib/Target/LLVM/ROCDL/ |
H A D | Target.cpp | 62 Attribute createObject(Attribute attribute, Operation *module, 502 ROCDLTargetAttrImpl::createObject(Attribute attribute, Operation *module, 503 ROCDLTargetAttrImpl::createObject(Attribute attribute, createObject() function in ROCDLTargetAttrImpl
|
/llvm-project/mlir/lib/Target/LLVM/NVVM/ |
H A D | Target.cpp | 62 Attribute createObject(Attribute attribute, Operation *module, in registerNVVMTargetInterfaceExternalModels() 695 NVVMTargetAttrImpl::createObject(Attribute attribute, Operation *module, 594 NVVMTargetAttrImpl::createObject(Attribute attribute, createObject() function in NVVMTargetAttrImpl
|
/llvm-project/mlir/include/mlir/Dialect/GPU/IR/ |
H A D | CompilationAttrInterfaces.td | 51 }], "::mlir::Attribute", "createObject",
|