/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()
|
D | AsmWriter.cpp | 2607 if (!Attr.isStringAttribute()) { in printFunction()
|
D | Core.cpp | 177 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
|
D | Verifier.cpp | 1270 if (I->isStringAttribute()) in verifyAttributeTypes()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/ |
D | Attributes.cpp | 170 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute 171 return pImpl && pImpl->isStringAttribute(); in isStringAttribute() 190 assert(isStringAttribute() && in getKindAsString() 197 assert(isStringAttribute() && in getValueAsString() 207 if (!isStringAttribute()) return false; in hasAttribute() 409 if (isStringAttribute()) { in getAsString() 452 if (isStringAttribute()) return false; in hasAttribute() 457 if (!isStringAttribute()) return false; in hasAttribute() 472 assert(isStringAttribute()); in getKindAsString() 477 assert(isStringAttribute()); in getValueAsString() [all …]
|
D | Statepoint.cpp | 75 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs() 82 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
|
D | AttributeImpl.h | 59 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
|
D | AsmWriter.cpp | 3284 if (!Attr.isStringAttribute()) { in printFunction()
|
D | Core.cpp | 177 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
|
D | Verifier.cpp | 1498 if (A.isStringAttribute()) in verifyAttributeTypes()
|
/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-7.0/llvm/lib/CodeGen/ |
D | XRayInstrumentation.cpp | 147 InstrAttr.isStringAttribute() && in runOnMachineFunction() 152 if (Attr.hasAttribute(Attribute::None) || !Attr.isStringAttribute()) in runOnMachineFunction()
|
D | StackProtector.cpp | 91 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-7.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUBaseInfo.cpp | 480 if (A.isStringAttribute()) { in getIntegerAttribute() 496 if (!A.isStringAttribute()) in getIntegerPairAttribute()
|
/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-7.0/llvm/include/llvm/IR/ |
D | Attributes.h | 119 bool isStringAttribute() const;
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Utils/ |
D | CodeExtractor.cpp | 693 if (Attr.isStringAttribute()) { in constructFunction()
|
/external/llvm/lib/Target/X86/ |
D | X86MCInstLower.cpp | 1032 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/ |
D | AsmPrinter.cpp | 3042 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
|