HomeSort by relevance Sort by last modified time
    Searched defs:StructTy (Results 1 - 6 of 6) sorted by null

  /frameworks/rs/rsov/compiler/spirit/
builder_test.cpp 53 auto StructTy = m->getStructType(ArrTy);
54 StructTy->decorate(Decoration::BufferBlock);
55 StructTy->memberDecorate(0, Decoration::Offset)->addExtraOperand(0);
57 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy);
  /external/llvm/lib/Transforms/Utils/
CodeExtractor.cpp 325 StructType *StructTy;
327 StructTy = StructType::get(M->getContext(), paramTy);
329 paramTy.push_back(PointerType::getUnqual(StructTy));
358 StructTy, &*AI, Idx, "gep_" + inputs[i]->getName(), TI);
  /frameworks/rs/rsov/compiler/
Wrapper.cpp 44 auto StructTy = m->getStructType(ArrTy);
45 StructTy->decorate(Decoration::BufferBlock);
46 StructTy->memberDecorate(0, Decoration::Offset)->addExtraOperand(0);
48 auto StructPtrTy = m->getPointerType(StorageClass::Uniform, StructTy);
245 TypeStructInst *StructTy =
247 StructTy->decorate(Decoration::BufferBlock);
278 auto decor = StructTy->memberDecorate(i, Decoration::Offset);
  /external/llvm/lib/Transforms/Instrumentation/
EfficiencySanitizer.cpp 165 bool shouldIgnoreStructType(StructType *StructTy);
167 StructType *StructTy, SmallString<MaxStructCounterNameSize> &NameStr);
169 Module &M, const DataLayout &DL, StructType *StructTy,
179 bool insertCounterUpdate(Instruction *I, StructType *StructTy,
181 unsigned getFieldCounterIdx(StructType *StructTy) {
184 unsigned getArrayCounterIdx(StructType *StructTy) {
185 return StructTy->getNumElements();
187 unsigned getStructCounterSize(StructType *StructTy) {
191 return (StructTy->getNumElements()/*field*/ + 1/*array*/);
289 bool EfficiencySanitizer::shouldIgnoreStructType(StructType *StructTy) {
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/CBackend/
CBackend.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
GlobalOpt.cpp     [all...]

Completed in 210 milliseconds