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

  /external/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 98 auto *GEPOp = cast<GEPOperator>(GEP);
100 GEPOp->getSourceElementType(),
101 cast<PointerType>(GEPOp->getPointerOperandType()->getScalarType())
109 auto &GEPOp = cast<GEPOperator>(GEP);
111 GEPOp.getSourceElementType(),
112 cast<PointerType>(GEPOp.getPointerOperandType()->getScalarType())
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/IR/
GetElementPtrTypeIterator.h 129 auto *GEPOp = cast<GEPOperator>(GEP);
131 GEPOp->getSourceElementType(),
140 auto &GEPOp = cast<GEPOperator>(GEP);
142 GEPOp.getSourceElementType(),
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/Utils/
Local.h 31 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
37 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Analysis/
CFLGraph.h 314 void visitGEP(GEPOperator &GEPOp) {
316 APInt APOffset(DL.getPointerSizeInBits(GEPOp.getPointerAddressSpace()),
318 if (GEPOp.accumulateConstantOffset(DL, APOffset))
321 auto *Op = GEPOp.getPointerOperand();
322 addAssignEdge(Op, &GEPOp, Offset);
326 auto *GEPOp = cast<GEPOperator>(&Inst);
327 visitGEP(*GEPOp);
512 auto GEPOp = cast<GEPOperator>(CE);
513 visitGEP(*GEPOp);
PHITransAddr.cpp 219 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
220 if (!GEPOp) return nullptr;
222 AnyChanged |= GEPOp != GEP->getOperand(i);
223 GEPOps.push_back(GEPOp);
BasicAliasAnalysis.cpp 437 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
438 if (!GEPOp) {
473 if (!GEPOp->getSourceElementType()->isSized()) {
478 unsigned AS = GEPOp->getPointerAddressSpace();
480 gep_type_iterator GTI = gep_type_begin(GEPOp);
484 for (User::const_op_iterator I = GEPOp->op_begin() + 1, E = GEPOp->op_end();
571 V = GEPOp->getOperand(0);
    [all...]
  /external/llvm/lib/Analysis/
PHITransAddr.cpp 221 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
222 if (!GEPOp) return nullptr;
224 AnyChanged |= GEPOp != GEP->getOperand(i);
225 GEPOps.push_back(GEPOp);
BasicAliasAnalysis.cpp 377 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
378 if (!GEPOp) {
403 if (!GEPOp->getSourceElementType()->isSized()) {
408 unsigned AS = GEPOp->getPointerAddressSpace();
410 gep_type_iterator GTI = gep_type_begin(GEPOp);
412 for (User::const_op_iterator I = GEPOp->op_begin() + 1, E = GEPOp->op_end();
488 V = GEPOp->getOperand(0);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
BasicAliasAnalysis.cpp 285 const GEPOperator *GEPOp = dyn_cast<GEPOperator>(Op);
286 if (GEPOp == 0) {
301 if (!cast<PointerType>(GEPOp->getOperand(0)->getType())
309 if (!GEPOp->hasAllZeroIndices())
311 V = GEPOp->getOperand(0);
316 gep_type_iterator GTI = gep_type_begin(GEPOp);
317 for (User::const_op_iterator I = GEPOp->op_begin()+1,
318 E = GEPOp->op_end(); I != E; ++I) {
385 V = GEPOp->getOperand(0);
    [all...]
PHITransAddr.cpp 220 Value *GEPOp = PHITranslateSubExpr(GEP->getOperand(i), CurBB, PredBB, DT);
221 if (GEPOp == 0) return 0;
223 AnyChanged |= GEPOp != GEP->getOperand(i);
224 GEPOps.push_back(GEPOp);
  /external/llvm/include/llvm/Transforms/Utils/
Local.h 190 GEPOperator *GEPOp = cast<GEPOperator>(GEP);
196 bool isInBounds = GEPOp->isInBounds() && !NoAssumptions;
  /external/swiftshader/third_party/llvm-7.0/llvm/unittests/FuzzMutate/
OperationsTest.cpp 293 auto GEPOp = fuzzerop::gepDescriptor(1);
294 EXPECT_TRUE(GEPOp.SourcePreds[0].matches({}, UndefValue::get(Int8PtrTy)));
295 EXPECT_TRUE(GEPOp.SourcePreds[1].matches({UndefValue::get(Int8PtrTy)},
298 GEPOp.BuilderFunc({UndefValue::get(Int8PtrTy), ConstantInt::get(Int32Ty, 0)},
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
AMDGPUInstructionSelector.cpp 406 const MachineOperand &GEPOp = PtrMI->getOperand(i);
407 const MachineInstr *OpDef = MRI.getUniqueVRegDef(GEPOp.getReg());
416 const RegisterBank *OpBank = RBI.getRegBank(GEPOp.getReg(), MRI, TRI);
418 GEPInfo.SgprParts.push_back(GEPOp.getReg());
420 GEPInfo.VgprParts.push_back(GEPOp.getReg());
  /external/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 159 static bool isGEPBaseAtNegativeOffset(const GEPOperator *GEPOp,
  /external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/Analysis/
BasicAliasAnalysis.h 177 static bool isGEPBaseAtNegativeOffset(const GEPOperator *GEPOp,

Completed in 837 milliseconds