HomeSort by relevance Sort by last modified time
    Searched refs:GlobalType (Results 1 - 8 of 8) sorted by null

  /frameworks/compile/libbcc/lib/
RSGlobalInfoPass.cpp 75 auto GlobalType = GV.getType()->getPointerElementType();
78 uint32_t result = getRsDataTypeForType(GlobalType);
81 if (GlobalType->isPointerTy()) {
154 auto GlobalType = GV.getType()->getPointerElementType();
155 auto TypeSize = DL.getTypeAllocSize(GlobalType);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 44 int32_t GlobalType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/Support/
Wasm.h 44 int32_t GlobalType;
  /external/swiftshader/third_party/LLVM/lib/ExecutionEngine/JIT/
JIT.cpp 791 Type *GlobalType = GV->getType()->getElementType();
792 size_t S = getTargetData()->getTypeAllocSize(GlobalType);
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 43 ValueType GlobalType;
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/ObjectYAML/
WasmYAML.h 43 ValueType GlobalType;
  /external/llvm/lib/Transforms/IPO/
GlobalOpt.cpp 797 Type *GlobalType;
799 GlobalType = AllocTy;
802 GlobalType = ArrayType::get(AllocTy, NElements->getZExtValue());
807 *GV->getParent(), GlobalType, false, GlobalValue::InternalLinkage,
808 UndefValue::get(GlobalType), GV->getName() + ".body", nullptr,
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 245 milliseconds