Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/IR/
H A DStatepoint.cpp29 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
35 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
H A DAttributes.cpp346 bool Attribute::isStringAttribute() const { in isStringAttribute() function in Attribute
347 return pImpl && pImpl->isStringAttribute(); in isStringAttribute()
379 assert(isStringAttribute() && in getValueAsBool()
386 assert(isStringAttribute() && in getKindAsString()
393 assert(isStringAttribute() && in getValueAsString()
422 if (!isStringAttribute()) return false; in hasAttribute()
684 if (isStringAttribute()) { in getAsString()
758 if (isStringAttribute()) return false; in hasAttribute()
763 if (!isStringAttribute()) return false; in hasAttribute()
784 assert(isStringAttribute()); in getKindAsString()
[all …]
H A DAssumptions.cpp28 assert(A.isStringAttribute() && "Expected a string attribute!"); in hasAssumption()
39 assert(A.isStringAttribute() && "Expected a string attribute!"); in getAssumptions()
H A DAttributeImpl.h64 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function
97 else if (isStringAttribute()) in Profile()
H A DVerifier.cpp1898 if (A.isStringAttribute()) { in verifyAttributeTypes()
1931 Check(Attr.isStringAttribute() || in verifyParameterAttrs()
2008 if (!Attr.isStringAttribute() && in verifyParameterAttrs()
2121 Check(RetAttr.isStringAttribute() || in verifyFunctionAttrs()
2204 Check(FnAttr.isStringAttribute() || in verifyFunctionAttrs()
H A DFunction.cpp761 if (A.isStringAttribute()) { in getFnAttributeAsParsedInteger()
H A DAsmWriter.cpp3964 if (!Attr.isStringAttribute()) { in printFunction()
H A DCore.cpp228 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
H A DAutoUpgrade.cpp5275 A.isValid() && A.isStringAttribute()) { in UpgradeFunctionAttributes()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DAttributeMask.h53 if (A.isStringAttribute()) in addAttribute()
78 if (A.isStringAttribute()) in contains()
H A DAttributes.h191 bool isStringAttribute() const;
1067 if (A.isStringAttribute())
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DXRayInstrumentation.cpp148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
150 bool NeverInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUMachineFunction.cpp86 NSZAttr.isStringAttribute() && NSZAttr.getValueAsString() == "true"; in AMDGPUMachineFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILPrepare.cpp92 if (!Attr.isStringAttribute()) in collectDeadStringAttrs()
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/
H A DTargetLibraryInfo.h305 if (!Attr.isStringAttribute())
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DAssumeBundleBuilder.cpp196 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
H A DCodeExtractor.cpp903 if (Attr.isStringAttribute()) { in constructFunction()
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/
H A DAMDGPUBaseInfo.cpp1300 if (!A.isStringAttribute()) in getIntegerPairAttribute()
1326 if (!A.isStringAttribute()) in getIntegerVecAttribute()
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp710 if (TargetCpuAttr.isStringAttribute()) in finalize()
714 if (TargetFeaturesAttr.isStringAttribute()) in finalize()
6212 if (!Attr.isValid() || !Attr.isStringAttribute()) in readThreadBoundsForKernel()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DAttributor.cpp967 if (Attr.isStringAttribute()) { in addIfNotExistent()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp4299 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/
H A DMemorySanitizer.cpp5037 if (Attr.isStringAttribute() && in VarArgAMD64Helper()
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/
H A DBitcodeWriter.cpp956 } else if (Attr.isStringAttribute()) { in writeAttributeGroupTable()