HomeSort by relevance Sort by last modified time
    Searched full:gep2 (Results 1 - 25 of 29) sorted by null

1 2

  /external/llvm/test/Transforms/LoopStrengthReduce/
dont_insert_redundant_ops.ll 13 %gep2 = getelementptr { i32, i32 }* %P, i32 %INDVAR, i32 1 ; <i32*> [#uses=1]
14 store i32 0, i32* %gep2
29 %gep2 = getelementptr [2 x i32]* %P, i32 %INDVAR, i64 1 ; <i32*> [#uses=1]
30 store i32 0, i32* %gep2
  /external/llvm/test/Transforms/SROA/
fca.ll 19 %gep2 = getelementptr inbounds { i32, i32 }* %a, i32 0, i32 1
20 store i32 %y, i32* %gep2
43 %gep2 = getelementptr inbounds { i32, i32 }* %a, i32 0, i32 1
44 store i32 %y, i32* %gep2
alignment.ll 43 %gep2 = getelementptr { i8, i8, i8, i8 }* %a, i32 0, i32 2
44 %result = load i8* %gep2
45 store i8 42, i8* %gep2
vector-promotion.ll 234 %a.gep2 = getelementptr <4 x i32>* %a, i32 0, i32 2
235 %a.cast2 = bitcast i32* %a.gep2 to <2 x i32>*
268 %a.gep2 = getelementptr <4 x i32>* %a, i32 0, i32 2
269 %a.cast2 = bitcast i32* %a.gep2 to <2 x i32>*
301 %a.gep2 = getelementptr <4 x float>* %a, i32 0, i32 2
302 %a.cast2 = bitcast float* %a.gep2 to i8*
339 %a.gep2 = getelementptr <4 x float>* %a, i32 0, i32 2
340 %a.cast2 = bitcast float* %a.gep2 to i8*
basictest.ll 526 %gep2 = getelementptr inbounds { [3 x i8] }* %a, i32 0, i32 0, i32 1
527 store i8 0, i8* %gep2, align 1
719 %gep2.1 = getelementptr i8* %bc2, i64 1
720 %gep2.2 = getelementptr i8* %bc2, i64 3
723 %dead2 = select i1 %flag, i8* %gep2.1, i8* %gep2.2
    [all...]
  /external/llvm/test/Transforms/MemCpyOpt/
atomic.ll 21 %gep2 = getelementptr inbounds [101 x i32]* %x, i32 0, i32 0
22 call void @otherf(i32* %gep2)
  /external/llvm/unittests/IR/
InstructionsTest.cpp 246 GetElementPtrInst *Gep2 = GetElementPtrInst::Create(PtrVecB, C2xi32a);
251 CastInst *BTC2 = new BitCastInst(Gep2, V2xi8PTy);
261 EXPECT_NE(S2, Gep2);
271 GetPointerBaseWithConstantOffset(Gep2, Offset, &TD);
277 GetElementPtrInst *GepII2 = GetElementPtrInst::Create(Gep2, C2xi32b);
302 delete Gep2;
  /external/llvm/lib/Transforms/IPO/
MergeFunctions.cpp 190 bool isEquivalentGEP(const GEPOperator *GEP1, const GEPOperator *GEP2);
192 const GetElementPtrInst *GEP2) {
193 return isEquivalentGEP(cast<GEPOperator>(GEP1), cast<GEPOperator>(GEP2));
354 const GEPOperator *GEP2) {
361 GEP2->accumulateConstantOffset(*TD, Offset2)) {
366 GEP2->getPointerOperand()->getType())
369 if (GEP1->getNumOperands() != GEP2->getNumOperands())
373 if (!enumerate(GEP1->getOperand(i), GEP2->getOperand(i)))
433 const GetElementPtrInst *GEP2 = dyn_cast<GetElementPtrInst>(F2I);
434 if (!GEP2)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
R600KernelParameters.cpp 268 GetElementPtrInst* GEP2 = GetElementPtrInst::Create(Op, Params, Name,
270 GEP2->setIsInBounds(GEP->isInBounds());
271 V = dyn_cast<Value>(GEP2);
272 GEP->replaceAllUsesWith(GEP2);
  /external/llvm/test/Transforms/InstCombine/
sub.ll 307 %gep2 = getelementptr inbounds i8* %foo, i64 %j
309 %cast2 = ptrtoint i8* %gep2 to i64
320 %gep2 = getelementptr inbounds i8* %foo, i64 %j
322 %cast2 = ptrtoint i8* %gep2 to i64
objsize.ll 250 %gep2 = getelementptr i8* %gep, i32 1
251 %gep = getelementptr i8* %gep2, i32 1
getelementptr.ll 477 ; would wait for gep1 and gep2 to be combined and never combine 2 and 3.
484 %gep2 = getelementptr %three_gep_t2* %gep1, i64 0, i32 0
485 %gep3 = getelementptr %three_gep_t* %gep2, i64 0, i32 0
icmp.ll 596 %gep2 = getelementptr inbounds i8* %foo, i64 10
598 %cmp = icmp ult i8* %cast1, %gep2
609 %gep2 = getelementptr inbounds i8* %foo, i64 %j
611 %cmp = icmp ult i8* %cast1, %gep2
622 %gep2 = getelementptr i8* %foo, i64 %j
624 %cmp = icmp ult i8* %cast1, %gep2
628 ; CHECK: icmp ult i8* %cast1, %gep2
  /external/mesa3d/src/gallium/drivers/radeon/
R600KernelParameters.cpp 268 GetElementPtrInst* GEP2 = GetElementPtrInst::Create(Op, Params, Name,
270 GEP2->setIsInBounds(GEP->isInBounds());
271 V = dyn_cast<Value>(GEP2);
272 GEP->replaceAllUsesWith(GEP2);
  /external/llvm/test/Analysis/BranchProbabilityInfo/
basic.ll 167 %gep2 = getelementptr i32* %a, i32 2
168 %val2 = load i32* %gep2
  /external/llvm/test/CodeGen/Thumb2/
machine-licm.ll 64 %gep2 = getelementptr i8* %ptr2, i32 %tmp1
65 call void @llvm.arm.neon.vst1.v4f32(i8* %gep2, <4 x float> %tmp3, i32 1)
  /external/llvm/lib/Transforms/Scalar/
MemCpyOptimizer.cpp 79 GEPOperator *GEP2 = dyn_cast<GEPOperator>(Ptr2);
85 if (GEP1 && GEP2 == 0 && GEP1->getOperand(0)->stripPointerCasts() == Ptr2) {
90 if (GEP2 && GEP1 == 0 && GEP2->getOperand(0)->stripPointerCasts() == Ptr1) {
91 Offset = GetOffsetFromIndex(GEP2, 1, VariableIdxFound, TD);
100 if (!GEP1 || !GEP2 || GEP1->getOperand(0) != GEP2->getOperand(0))
105 for (; Idx != GEP1->getNumOperands() && Idx != GEP2->getNumOperands(); ++Idx)
106 if (GEP1->getOperand(Idx) != GEP2->getOperand(Idx))
110 int64_t Offset2 = GetOffsetFromIndex(GEP2, Idx, VariableIdxFound, TD)
    [all...]
  /external/llvm/test/Transforms/ObjCARC/
allocas.ll 248 %gep2 = getelementptr i8** %A, i32 0
249 %y = load i8** %gep2
280 %gep2 = getelementptr i8** %A, i32 2
281 %y = load i8** %gep2
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAddSub.cpp     [all...]
  /external/chromium_org/third_party/freetype/src/truetype/
ttobjs.h 111 FT_UShort gep2; member in struct:TT_GraphicsState_
ttinterp.c     [all...]
  /external/freetype/src/truetype/
ttobjs.h 111 FT_UShort gep2; member in struct:TT_GraphicsState_
  /external/llvm/lib/Analysis/
BasicAliasAnalysis.cpp 408 /// decomposed GetElementPtr instructions GEP1 and GEP2 which have common base
409 /// pointers. Subtract the GEP2 indices from GEP1 to find the symbolic
    [all...]
  /external/llvm/test/CodeGen/X86/
block-placement.ll 37 %gep2 = getelementptr i32* %a, i32 2
38 %val2 = load i32* %gep2
1116 %gep2 = getelementptr i32* %a, i32 2
1117 %val2 = load i32* %gep2
  /external/llvm/test/Transforms/InstSimplify/
compare.ll 33 define i1 @gep2() {
34 ; CHECK-LABEL: @gep2(

Completed in 587 milliseconds

1 2