Home
last modified time | relevance | path

Searched refs:BaseIndex (Results 1 – 5 of 5) sorted by relevance

/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
DPNaClTranslator.cpp1545 NaClRelBcIndexSize_t BaseIndex) { in convertRelativeToAbsIndex() argument
1546 if (BaseIndex < Id) { in convertRelativeToAbsIndex()
1550 << " (must be <= " << BaseIndex << ")"; in convertRelativeToAbsIndex()
1554 return BaseIndex - Id; in convertRelativeToAbsIndex()
1605 NaClBcIndexSize_t BaseIndex) { in getRelativeOperand() argument
1606 return getOperand(convertRelativeToAbsIndex(Index, BaseIndex)); in getRelativeOperand()
2175 NaClBcIndexSize_t BaseIndex = getNextInstIndex(); in ProcessRecord() local
2219 Ice::Operand *Op1 = getRelativeOperand(Values[0], BaseIndex); in ProcessRecord()
2220 Ice::Operand *Op2 = getRelativeOperand(Values[1], BaseIndex); in ProcessRecord()
2245 Ice::Operand *Src = getRelativeOperand(Values[0], BaseIndex); in ProcessRecord()
[all …]
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DVirtRegMap.cpp358 SlotIndex BaseIndex = LIS->getInstructionIndex(MI); in readsUndefSubreg() local
361 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg()
368 if ((SR.LaneMask & UseMask).any() && SR.liveAt(BaseIndex)) in readsUndefSubreg()
DCodeGenPrepare.cpp5477 Value *BaseIndex = ConstantInt::get(IntPtrTy, BaseOffset); in splitLargeGEPOffsets() local
5482 NewBaseBuilder.CreateGEP(I8Ty, NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp396 unsigned BaseIndex = 0) { in getSameOpcode() argument
399 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
401 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode()
402 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode()
403 unsigned Opcode = cast<Instruction>(VL[BaseIndex])->getOpcode(); in getSameOpcode()
405 unsigned AltIndex = BaseIndex; in getSameOpcode()
421 Type *Ty0 = cast<Instruction>(VL[BaseIndex])->getOperand(0)->getType(); in getSameOpcode()
437 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
440 return InstructionsState(VL[BaseIndex], cast<Instruction>(VL[BaseIndex]), in getSameOpcode()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/
DVerifier.cpp4542 const int BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local
4545 Assert(0 <= BaseIndex && BaseIndex < (int)StatepointCall.arg_size(), in visitIntrinsicCall()
4575 Assert(GCParamArgsStart <= BaseIndex && BaseIndex < GCParamArgsEnd, in visitIntrinsicCall()