Home
last modified time | relevance | path

Searched refs:getVMContext (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/gnu/llvm/clang/lib/CodeGen/
H A DTargetInfo.cpp221 llvm::LLVMContext &ABIInfo::getVMContext() const { in getVMContext() function in ABIInfo
1552 llvm::Type::getInt64Ty(getVMContext()), 2)); in classifyReturnType()
1558 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), in classifyReturnType()
1587 llvm::Type::getHalfTy(getVMContext()), 2)); in classifyReturnType()
1607 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(),Size)); in classifyReturnType()
1879 llvm::LLVMContext &LLVMContext = getVMContext(); in classifyArgumentType()
1931 llvm::IntegerType::get(getVMContext(), TI.Width)); in classifyArgumentType()
1935 return ABIArgInfo::getDirect(llvm::IntegerType::get(getVMContext(), 64)); in classifyArgumentType()
2053 llvm::Type *Ty = llvm::Type::getInt8Ty(getVMContext()); in addFieldToArgStruct()
2119 FI.setArgStruct(llvm::StructType::get(getVMContext(), FrameFields, in rewriteWithInAlloca()
[all …]
H A DABIInfo.h59 llvm::LLVMContext &getVMContext() const;