Home
last modified time | relevance | path

Searched refs:isStringAttribute (Results 1 – 25 of 48) sorted by relevance

12

/external/llvm-project/llvm/lib/IR/
DStatepoint.cpp32 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
39 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
DAttributes.cpp246 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
247 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
270 assert(isStringAttribute() && in getKindAsString()
277 assert(isStringAttribute() && in getValueAsString()
295 if (!isStringAttribute()) return false; in hasAttribute()
538 if (isStringAttribute()) { in getAsString()
576 if (isStringAttribute()) return false; in hasAttribute()
581 if (!isStringAttribute()) return false; in hasAttribute()
596 assert(isStringAttribute()); in getKindAsString()
601 assert(isStringAttribute()); in getValueAsString()
[all …]
DAttributeImpl.h59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
81 else if (isStringAttribute()) in Profile()
/external/llvm/lib/IR/
DStatepoint.cpp62 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
69 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
DAttributes.cpp153 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
154 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
173 assert(isStringAttribute() && in getKindAsString()
180 assert(isStringAttribute() && in getValueAsString()
190 if (!isStringAttribute()) return false; in hasAttribute()
380 if (isStringAttribute()) { in getAsString()
412 if (isStringAttribute()) return false; in hasAttribute()
417 if (!isStringAttribute()) return false; in hasAttribute()
432 assert(isStringAttribute()); in getKindAsString()
437 assert(isStringAttribute()); in getValueAsString()
[all …]
DAttributeImpl.h57 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
166 if (!I.isStringAttribute()) { in AttributeSetNode()
269 if (!I.isStringAttribute()) in AttributeSetImpl()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DStatepoint.cpp66 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
73 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
DAttributes.cpp191 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
192 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
215 assert(isStringAttribute() && in getKindAsString()
222 assert(isStringAttribute() && in getValueAsString()
240 if (!isStringAttribute()) return false; in hasAttribute()
465 if (isStringAttribute()) { in getAsString()
510 if (isStringAttribute()) return false; in hasAttribute()
515 if (!isStringAttribute()) return false; in hasAttribute()
530 assert(isStringAttribute()); in getKindAsString()
535 assert(isStringAttribute()); in getValueAsString()
[all …]
DAttributeImpl.h60 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
82 else if (isStringAttribute()) in Profile()
/external/llvm/lib/CodeGen/
DXRayInstrumentation.cpp44 InstrAttr.isStringAttribute() && in runOnMachineFunction()
49 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
DStackProtector.cpp97 if (Attr.isStringAttribute() && in runOnFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp33 MemoryBound = MemBoundAttr.isStringAttribute() && in AMDGPUMachineFunction()
37 WaveLimiter = WaveLimitAttr.isStringAttribute() && in AMDGPUMachineFunction()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DAMDGPUMachineFunction.cpp28 MemoryBound = MemBoundAttr.isStringAttribute() && in AMDGPUMachineFunction()
32 WaveLimiter = WaveLimitAttr.isStringAttribute() && in AMDGPUMachineFunction()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DXRayInstrumentation.cpp149 InstrAttr.isStringAttribute() && in runOnMachineFunction()
154 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
DStackProtector.cpp95 if (Attr.isStringAttribute() && in runOnFunction()
/external/llvm-project/llvm/lib/CodeGen/
DXRayInstrumentation.cpp148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
154 if (!ThresholdAttr.isStringAttribute()) in runOnMachineFunction()
DStackProtector.cpp96 if (Attr.isStringAttribute() && in runOnFunction()
/external/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp116 if (A.isStringAttribute()) { in getIntegerAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h236 if (!Attr.isStringAttribute())
/external/llvm-project/llvm/include/llvm/Analysis/
DTargetLibraryInfo.h237 if (!Attr.isStringAttribute())
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h115 bool isStringAttribute() const;
/external/llvm/include/llvm/IR/
DAttributes.h115 bool isStringAttribute() const;
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/
DAMDGPUBaseInfo.cpp569 if (A.isStringAttribute()) { in getIntegerAttribute()
585 if (!A.isStringAttribute()) in getIntegerPairAttribute()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h121 bool isStringAttribute() const;
/external/llvm-project/llvm/lib/Transforms/Utils/
DAssumeBundleBuilder.cpp195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()

12