Searched defs:GEP (Results 1 - 2 of 2) sorted by relevance

/frameworks/compile/libbcc/lib/
H A DRSX86TranslateGEPPass.cpp43 // Walk a GEP instruction and return true if any type indexed is a struct.
44 bool GEPIndexesStructType(const llvm::GetElementPtrInst *GEP) { argument
45 for (llvm::gep_type_iterator GTI = gep_type_begin(GEP),
46 GTE = gep_type_end(GEP);
63 // Compute the byte offset for a GEP from the GEP's base pointer operand.
69 llvm::Value *computeGEPOffset(llvm::GetElementPtrInst *GEP) { argument
72 for (llvm::gep_type_iterator GTI = gep_type_begin(GEP),
73 GTE = gep_type_end(GEP);
87 Offset = incrementOffset(Offset, Incr, GEP);
103 translateGEP(llvm::GetElementPtrInst *GEP) argument
157 translateGEP(GEP); variable
[all...]
/frameworks/rs/rsov/compiler/
H A DGlobalMergePass.cpp96 auto *GEP = GetElementPtrInst::CreateInBounds(MergedTy, MergedGV, Idx, variable
100 User->setOperand(k, GEP);

Completed in 123 milliseconds