/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | Statepoint.cpp | 29 if (AttrID.isStringAttribute()) in parseStatepointDirectivesFromAttrs() 35 if (AttrNumPatchBytes.isStringAttribute()) in parseStatepointDirectivesFromAttrs()
|
H A D | Attributes.cpp | 346 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 D | Assumptions.cpp | 28 assert(A.isStringAttribute() && "Expected a string attribute!"); in hasAssumption() 39 assert(A.isStringAttribute() && "Expected a string attribute!"); in getAssumptions()
|
H A D | AttributeImpl.h | 64 bool isStringAttribute() const { return KindID == StringAttrEntry; } in isStringAttribute() function 97 else if (isStringAttribute()) in Profile()
|
H A D | Verifier.cpp | 1898 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 D | Function.cpp | 761 if (A.isStringAttribute()) { in getFnAttributeAsParsedInteger()
|
H A D | AsmWriter.cpp | 3964 if (!Attr.isStringAttribute()) { in printFunction()
|
H A D | Core.cpp | 228 return unwrap(A).isStringAttribute(); in LLVMIsStringAttribute()
|
H A D | AutoUpgrade.cpp | 5275 A.isValid() && A.isStringAttribute()) { in UpgradeFunctionAttributes()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | AttributeMask.h | 53 if (A.isStringAttribute()) in addAttribute() 78 if (A.isStringAttribute()) in contains()
|
H A D | Attributes.h | 191 bool isStringAttribute() const; 1067 if (A.isStringAttribute())
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/ |
H A D | XRayInstrumentation.cpp | 148 bool AlwaysInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction() 150 bool NeverInstrument = InstrAttr.isStringAttribute() && in runOnMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUMachineFunction.cpp | 86 NSZAttr.isStringAttribute() && NSZAttr.getValueAsString() == "true"; in AMDGPUMachineFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/ |
H A D | DXILPrepare.cpp | 92 if (!Attr.isStringAttribute()) in collectDeadStringAttrs()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetLibraryInfo.h | 305 if (!Attr.isStringAttribute())
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
H A D | AssumeBundleBuilder.cpp | 196 if (Attr.isTypeAttribute() || Attr.isStringAttribute() || in addAttribute()
|
H A D | CodeExtractor.cpp | 903 if (Attr.isStringAttribute()) { in constructFunction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/Utils/ |
H A D | AMDGPUBaseInfo.cpp | 1300 if (!A.isStringAttribute()) in getIntegerPairAttribute() 1326 if (!A.isStringAttribute()) in getIntegerVecAttribute()
|
/freebsd/contrib/llvm-project/llvm/lib/Frontend/OpenMP/ |
H A D | OMPIRBuilder.cpp | 710 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 D | Attributor.cpp | 967 if (Attr.isStringAttribute()) { in addIfNotExistent()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/ |
H A D | AsmPrinter.cpp | 4299 Attr.isStringAttribute() && Attr.getValueAsString() == "xray-always"; in recordSled()
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Instrumentation/ |
H A D | MemorySanitizer.cpp | 5037 if (Attr.isStringAttribute() && in VarArgAMD64Helper()
|
/freebsd/contrib/llvm-project/llvm/lib/Bitcode/Writer/ |
H A D | BitcodeWriter.cpp | 956 } else if (Attr.isStringAttribute()) { in writeAttributeGroupTable()
|