Home
last modified time | relevance | path

Searched refs:addAttributes (Results 1 – 18 of 18) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp602 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute()
609 return addAttributes(C, AttributeSet::get(C, B)); in addAttribute()
612 AttributeSet AttributeSet::addAttributes(LLVMContext &C, in addAttributes() function in AttributeSet
1137 return addAttributes(C, Index, B); in addAttribute()
1145 return addAttributes(C, Index, B); in addAttribute()
1152 return addAttributes(C, Index, B); in addAttribute()
1155 AttributeList AttributeList::addAttributes(LLVMContext &C, unsigned Index, in addAttributes() function in AttributeList
1263 return addAttributes(C, Index, B); in addDereferenceableAttr()
1271 return addAttributes(C, Index, B); in addDereferenceableOrNullAttr()
1280 return addAttributes(C, Index, B); in addAllocSizeAttr()
DFunction.cpp411 void Function::addAttributes(unsigned i, const AttrBuilder &Attrs) { in addAttributes() function in Function
413 PAL = PAL.addAttributes(getContext(), i, Attrs); in addAttributes()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/AsmPrinter/
DDIEHash.cpp331 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash
358 addAttributes(Die); in computeHash()
DDIEHash.h49 void addAttributes(const DIE &Die);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h252 LLVM_NODISCARD AttributeSet addAttributes(LLVMContext &C,
408 LLVM_NODISCARD AttributeList addAttributes(LLVMContext &C, unsigned Index,
437 return addAttributes(C, ArgNo + FirstArgIndex, B);
DFunction.h368 void addAttributes(unsigned i, const AttrBuilder &Attrs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/
DOMPIRBuilder.h38 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/
DOMPIRBuilder.cpp42 void OpenMPIRBuilder::addAttributes(omp::RuntimeFunction FnID, Function &Fn) { in addAttributes() function in OpenMPIRBuilder
87 addAttributes(FnID, *Fn); in getOrCreateRuntimeFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86RetpolineThunks.cpp211 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in createThunkFunction()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/
DAttributes.h263 AttributeSet addAttributes(LLVMContext &C, unsigned Index,
DFunction.h260 void addAttributes(unsigned i, AttributeSet Attrs);
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/
DMips16HardFloat.cpp492 F.addAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/
DSimpleDateFormatICU.java121 resstr.addAttributes(jdkAttributes, residx, resend); in formatToCharacterIterator()
DDecimalFormatICU.java124 resstr.addAttributes(jdkAttributes, residx, resend); in formatToCharacterIterator()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DCommandFlags.inc419 Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs));
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/
DCoroSplit.cpp685 NewAttrs = NewAttrs.addAttributes(Context, AttributeList::FunctionIndex, in create()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPULibCalls.cpp1738 F.addAttributes(AttributeList::FunctionIndex, B); in setFastFlags()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
DLLParser.cpp147 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in ValidateEndOfModule()
155 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in ValidateEndOfModule()
163 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in ValidateEndOfModule()
171 AS = AS.addAttributes(Context, AttributeList::FunctionIndex, in ValidateEndOfModule()