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

  /external/llvm/examples/BrainF/
BrainF.h 85 Value *ptr_arr; member in class:BrainF
BrainF.cpp 99 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
101 BB->getInstList().push_back(cast<Instruction>(ptr_arr));
106 ptr_arr,
121 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
125 curhead = builder->CreateGEP(ptr_arr,
135 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb));
262 CreateICmpULT(curhead, ptr_arr, testreg);
  /external/swiftshader/third_party/LLVM/examples/BrainF/
BrainF.h 84 Value *ptr_arr; member in class:BrainF
BrainF.cpp 87 ptr_arr = CallInst::CreateMalloc(BB, IntPtrTy, Int8Ty, allocsize, val_mem,
89 BB->getInstList().push_back(cast<Instruction>(ptr_arr));
94 ptr_arr,
109 CreateGEP(ptr_arr, ConstantInt::get(C, APInt(32, memtotal)), "arrmax");
113 curhead = builder->CreateGEP(ptr_arr,
125 endbb->getInstList().push_back(CallInst::CreateFree(ptr_arr, endbb));
252 CreateICmpULT(curhead, ptr_arr, testreg);

Completed in 117 milliseconds