Home
last modified time | relevance | path

Searched refs:ByValType (Results 1 – 14 of 14) sorted by relevance

/external/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DAttributes.cpp1443 ByValType = nullptr; in clear()
1469 ByValType = Attr.getValueAsType(); in addAttribute()
1493 ByValType = nullptr; in removeAttribute()
1578 ByValType = Ty; in addByValAttr()
1599 if (!ByValType) in merge()
1600 ByValType = B.ByValType; in merge()
1627 if (B.ByValType) in remove()
1628 ByValType = nullptr; in remove()
1689 DerefBytes == B.DerefBytes && ByValType == B.ByValType; in operator ==()
/external/llvm-project/llvm/lib/IR/
DAttributes.cpp1579 ByValType = nullptr; in clear()
1599 ByValType = Attr.getValueAsType(); in addAttribute()
1629 ByValType = nullptr; in removeAttribute()
1720 ByValType = Ty; in addByValAttr()
1759 if (!ByValType) in merge()
1760 ByValType = B.ByValType; in merge()
1796 if (B.ByValType) in remove()
1797 ByValType = nullptr; in remove()
1867 DerefBytes == B.DerefBytes && ByValType == B.ByValType && in operator ==()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
DAttributes.h714 Type *ByValType = nullptr;
791 Type *getByValType() const { return ByValType; }
/external/llvm-project/llvm/include/llvm/IR/
DAttributes.h762 Type *ByValType = nullptr;
849 Type *getByValType() const { return ByValType; }
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1236 DL.getTypeAllocSize(Arg.ByValType ? Arg.ByValType : ElementTy); in lowerCallTo()
DTargetLowering.cpp119 ByValType = nullptr; in setAttributes()
121 ByValType = Call->getParamByValType(ArgIdx); in setAttributes()
DSelectionDAGBuilder.cpp9315 Args[i].ByValType ? Args[i].ByValType : ElementTy); in LowerCallTo()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DFastISel.cpp1210 DL.getTypeAllocSize(Arg.ByValType ? Arg.ByValType : ElementTy); in lowerCallTo()
DTargetLowering.cpp118 ByValType = nullptr; in setAttributes()
120 ByValType = Call->getParamByValType(ArgIdx); in setAttributes()
DSelectionDAGBuilder.cpp9231 Args[i].ByValType ? Args[i].ByValType : ElementTy); in LowerCallTo()
/external/clang/lib/Sema/
DSemaChecking.cpp2497 QualType ByValType = ValType; // 'CP' in SemaAtomicOpsOverloaded() local
2499 ByValType = Ptr->getType(); in SemaAtomicOpsOverloaded()
2517 Ty = ByValType; in SemaAtomicOpsOverloaded()
2535 Ty = ByValType; in SemaAtomicOpsOverloaded()
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DTargetLowering.h195 Type *ByValType = nullptr; variable
/external/llvm-project/llvm/include/llvm/CodeGen/
DTargetLowering.h289 Type *ByValType = nullptr; variable
/external/llvm-project/clang/lib/Sema/
DSemaChecking.cpp4964 QualType ByValType = ValType; // 'CP' in BuildAtomicExpr() local
4967 ByValType = Ptr->getType(); in BuildAtomicExpr()
5037 Ty = ByValType; in BuildAtomicExpr()
5059 Ty = ByValType; in BuildAtomicExpr()