/external/llvm-project/llvm/lib/IR/ |
D | Statepoint.cpp | 32 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs() 39 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
|
D | Attributes.cpp | 246 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 …]
|
D | AttributeImpl.h | 59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function 81 else if (isStringAttribute()) in Profile()
|
/external/llvm/lib/IR/ |
D | Statepoint.cpp | 62 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs() 69 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
|
D | Attributes.cpp | 153 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 …]
|
D | AttributeImpl.h | 57 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/ |
D | Statepoint.cpp | 66 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs() 73 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
|
D | Attributes.cpp | 191 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 …]
|
D | AttributeImpl.h | 60 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function 82 else if (isStringAttribute()) in Profile()
|
/external/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 44 InstrAttr.isStringAttribute() && in runOnMachineFunction() 49 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
|
D | StackProtector.cpp | 97 if (Attr.isStringAttribute() && in runOnFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineFunction.cpp | 33 MemoryBound = MemBoundAttr.isStringAttribute() && in AMDGPUMachineFunction() 37 WaveLimiter = WaveLimitAttr.isStringAttribute() && in AMDGPUMachineFunction()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | AMDGPUMachineFunction.cpp | 28 MemoryBound = MemBoundAttr.isStringAttribute() && in AMDGPUMachineFunction() 32 WaveLimiter = WaveLimitAttr.isStringAttribute() && in AMDGPUMachineFunction()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 149 InstrAttr.isStringAttribute() && in runOnMachineFunction() 154 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
|
D | StackProtector.cpp | 95 if (Attr.isStringAttribute() && in runOnFunction()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction() 154 if (!ThresholdAttr.isStringAttribute()) in runOnMachineFunction()
|
D | StackProtector.cpp | 96 if (Attr.isStringAttribute() && in runOnFunction()
|
/external/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 116 if (A.isStringAttribute()) { in getIntegerAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 236 if (!Attr.isStringAttribute())
|
/external/llvm-project/llvm/include/llvm/Analysis/ |
D | TargetLibraryInfo.h | 237 if (!Attr.isStringAttribute())
|
/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 115 bool isStringAttribute() const;
|
/external/llvm/include/llvm/IR/ |
D | Attributes.h | 115 bool isStringAttribute() const;
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 569 if (A.isStringAttribute()) { in getIntegerAttribute() 585 if (!A.isStringAttribute()) in getIntegerPairAttribute()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 121 bool isStringAttribute() const;
|
/external/llvm-project/llvm/lib/Transforms/Utils/ |
D | AssumeBundleBuilder.cpp | 195 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
|