/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | Attributes.cpp | 602 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()
|
D | Function.cpp | 411 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/ |
D | DIEHash.cpp | 331 void DIEHash::addAttributes(const DIE &Die) { in addAttributes() function in DIEHash 358 addAttributes(Die); in computeHash()
|
D | DIEHash.h | 49 void addAttributes(const DIE &Die);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | Attributes.h | 252 LLVM_NODISCARD AttributeSet addAttributes(LLVMContext &C, 408 LLVM_NODISCARD AttributeList addAttributes(LLVMContext &C, unsigned Index, 437 return addAttributes(C, ArgNo + FirstArgIndex, B);
|
D | Function.h | 368 void addAttributes(unsigned i, const AttrBuilder &Attrs);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Frontend/OpenMP/ |
D | OMPIRBuilder.h | 38 void addAttributes(omp::RuntimeFunction FnID, Function &Fn);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Frontend/OpenMP/ |
D | OMPIRBuilder.cpp | 42 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/ |
D | X86RetpolineThunks.cpp | 211 F->addAttributes(llvm::AttributeList::FunctionIndex, B); in createThunkFunction()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | Attributes.h | 263 AttributeSet addAttributes(LLVMContext &C, unsigned Index,
|
D | Function.h | 260 void addAttributes(unsigned i, AttributeSet Attrs);
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | Mips16HardFloat.cpp | 492 F.addAttributes(AttributeList::FunctionIndex, B); in removeUseSoftFloat()
|
/third_party/icu/icu4j/main/classes/localespi/src/com/ibm/icu/impl/jdkadapter/ |
D | SimpleDateFormatICU.java | 121 resstr.addAttributes(jdkAttributes, residx, resend); in formatToCharacterIterator()
|
D | DecimalFormatICU.java | 124 resstr.addAttributes(jdkAttributes, residx, resend); in formatToCharacterIterator()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | CommandFlags.inc | 419 Attrs.addAttributes(Ctx, AttributeList::FunctionIndex, NewAttrs));
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Coroutines/ |
D | CoroSplit.cpp | 685 NewAttrs = NewAttrs.addAttributes(Context, AttributeList::FunctionIndex, in create()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPULibCalls.cpp | 1738 F.addAttributes(AttributeList::FunctionIndex, B); in setFastFlags()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/ |
D | LLParser.cpp | 147 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()
|