Home
last modified time | relevance | path

Searched defs:DefaultAS (Results 1 – 25 of 27) sorted by relevance

12

/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/clang/lib/CodeGen/
H A DCGCXX.cpp257 const unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in BuildAppleKextVirtualCall() local
H A DMicrosoftCXXABI.cpp720 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getCatchableTypeArrayType() local
749 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getThrowFn() local
875 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitRethrow() local
1907 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getVirtualFunctionPointer() local
2069 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitVirtualMemPtrThunk() local
2409 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getInitThreadHeaderFn() local
2422 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getInitThreadFooterFn() local
2435 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getInitThreadAbortFn() local
3432 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitLoadOfMemberFunctionPointer() local
3692 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getBaseClassArray() local
[all …]
H A DCGCUDANV.cpp181 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in CGNVCUDARuntime() local
413 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in makeRegisterGlobalsFn() local
H A DItaniumCXXABI.cpp652 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitLoadOfMemberFunctionPointer() local
1299 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitVirtualObjectDelete() local
1505 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitTypeid() local
1581 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitDynamicCastToVoid() local
1634 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in GetVirtualBaseClassOffset() local
4436 unsigned DefaultAS = CGF.CGM.getTargetCodeGenInfo().getDefaultAS(); in InitCatchParam() local
4462 unsigned DefaultAS = CGF.CGM.getTargetCodeGenInfo().getDefaultAS(); in InitCatchParam() local
H A DCGException.cpp387 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitAnyExprToExn() local
2013 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitSEHExceptionCodeSave() local
2027 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitSEHExceptionCodeSave() local
H A DCGOpenMPRuntimeNVPTX.cpp1558 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in createNVPTXRuntimeFunction() local
3262 unsigned DefaultAS = CGF.CGM.getTargetCodeGenInfo().getDefaultAS(); in emitInterWarpCopyFunction() local
3534 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitShuffleAndReduceFunction() local
4365 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitReduction() local
H A DCGObjCMac.cpp362 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); member in __anone7aaa9250111::ObjCCommonTypesHelper
556 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getExceptionTryEnterFn() local
565 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getExceptionTryExitFn() local
574 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getExceptionExtractFn() local
592 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in getSetJmpFn() local
H A DCGBuiltin.cpp344 unsigned DefaultAS = CGF.CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitISOVolatileLoad() local
359 unsigned DefaultAS = CGF.CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitISOVolatileStore() local
1780 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitBuiltinExpr() local
6807 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitARMBuiltinExpr() local
8841 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in EmitAArch64BuiltinExpr() local
H A DCGBlocks.cpp1976 const auto DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in GenerateCopyHelperFunction() local
H A DCGOpenMPRuntime.cpp1896 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitThreadPrivateVarDefinition() local
2498 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitSingleRegion() local
4226 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitTaskInit() local
5593 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitReduction() local
8816 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in emitOffloadingArraysArgument() local
H A DCGClass.cpp2518 unsigned DefaultAS = CGM.getTargetCodeGenInfo().getDefaultAS(); in InitializeVTablePointer() local
H A DCGCall.cpp3450 unsigned DefaultAS = CGF.CGM.getTargetCodeGenInfo().getDefaultAS(); in createPlaceholderSlot() local
/dports/devel/llvm80/llvm-8.0.1.src/lib/AsmParser/
H A DLLParser.cpp1524 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
/dports/devel/llvm10/llvm-10.0.1.src/lib/AsmParser/
H A DLLParser.cpp1568 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/lib/AsmParser/
H A DLLParser.cpp1568 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1568 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
/dports/devel/llvm90/llvm-9.0.1.src/lib/AsmParser/
H A DLLParser.cpp1567 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/AsmParser/
H A DLLParser.cpp1657 bool LLParser::parseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in parseOptionalAddrSpace()
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/lib/AsmParser/
H A DLLParser.cpp1618 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp1598 bool LLParser::parseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in parseOptionalAddrSpace()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/lib/AsmParser/
H A DLLParser.cpp1598 bool LLParser::parseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in parseOptionalAddrSpace()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/AsmParser/
H A DLLParser.cpp1659 bool LLParser::parseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in parseOptionalAddrSpace()
/dports/devel/llvm11/llvm-11.0.1.src/lib/AsmParser/
H A DLLParser.cpp1605 bool LLParser::ParseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in ParseOptionalAddrSpace()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/lib/AsmParser/
H A DLLParser.cpp1598 bool LLParser::parseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in parseOptionalAddrSpace()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/lib/AsmParser/
H A DLLParser.cpp1589 bool LLParser::parseOptionalAddrSpace(unsigned &AddrSpace, unsigned DefaultAS) { in parseOptionalAddrSpace()

12