Searched refs:GlobalType (Results 1 – 12 of 12) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Object/ |
D | WasmTraits.h | 52 static unsigned getHashValue(const wasm::WasmGlobalType &GlobalType) { 53 return hash_combine(GlobalType.Type, GlobalType.Mutable);
|
D | Wasm.h | 40 const wasm::WasmGlobalType *GlobalType) in WasmSymbol() argument 41 : Info(Info), FunctionType(FunctionType), GlobalType(GlobalType) {} in WasmSymbol() 45 const wasm::WasmGlobalType *GlobalType; variable
|
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/MC/ |
D | MCSymbolWasm.h | 25 wasm::WasmGlobalType GlobalType; variable 86 return GlobalType; in getGlobalType() 91 GlobalType = GT; in setGlobalType()
|
/external/swiftshader/third_party/LLVM/utils/ |
D | llvm.grm | 258 GlobalType ::= global | constant ; 274 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType 277 GlobalType ConstVal GlobalVarAttributes 279 GlobalType Types GlobalVarAttributes
|
/external/swiftshader/third_party/llvm-7.0/llvm/utils/ |
D | llvm.grm | 259 GlobalType ::= global | constant ; 275 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType 278 GlobalType ConstVal GlobalVarAttributes 280 GlobalType Types GlobalVarAttributes
|
/external/llvm/utils/ |
D | llvm.grm | 259 GlobalType ::= global | constant ; 275 | OptGlobalAssign GVVisibilityStyle ThreadLocal OptAddrSpace GlobalType 278 GlobalType ConstVal GlobalVarAttributes 280 GlobalType Types GlobalVarAttributes
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/MC/WebAssembly/ |
D | stack-ptr.ll | 18 ; CHECK: GlobalType: I32
|
/external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/ |
D | JIT.cpp | 791 Type *GlobalType = GV->getType()->getElementType(); in getMemoryForGV() local 792 size_t S = getTargetData()->getTypeAllocSize(GlobalType); in getMemoryForGV()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Object/ |
D | WasmObjectFile.cpp | 442 const wasm::WasmGlobalType *GlobalType = nullptr; in parseLinkingSectionSymtab() local 485 GlobalType = &Global.Type; in parseLinkingSectionSymtab() 491 GlobalType = &Import.Global; in parseLinkingSectionSymtab() 537 GlobalType); in parseLinkingSectionSymtab()
|
/external/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 797 Type *GlobalType; in OptimizeGlobalAddressOfMalloc() local 799 GlobalType = AllocTy; in OptimizeGlobalAddressOfMalloc() 802 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc() 807 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage, in OptimizeGlobalAddressOfMalloc() 808 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr, in OptimizeGlobalAddressOfMalloc()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 841 Type *GlobalType; in OptimizeGlobalAddressOfMalloc() local 843 GlobalType = AllocTy; in OptimizeGlobalAddressOfMalloc() 846 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc() 851 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage, in OptimizeGlobalAddressOfMalloc() 852 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr, in OptimizeGlobalAddressOfMalloc()
|
/external/swiftshader/third_party/LLVM/lib/Transforms/IPO/ |
D | GlobalOpt.cpp | 854 Type *GlobalType; in OptimizeGlobalAddressOfMalloc() local 856 GlobalType = AllocTy; in OptimizeGlobalAddressOfMalloc() 859 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue()); in OptimizeGlobalAddressOfMalloc() 864 GlobalType, false, in OptimizeGlobalAddressOfMalloc() 866 UndefValue::get(GlobalType), in OptimizeGlobalAddressOfMalloc()
|