Home
last modified time | relevance | path

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

/external/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 …]
/external/llvm/tools/llvm-pdbdump/
DClassDefinitionDumper.cpp46 uint32_t BaseIndex = 0; in start() local
53 if (++BaseIndex < Bases->getChildCount()) { in start()
/external/llvm/lib/CodeGen/
DVirtRegMap.cpp335 SlotIndex BaseIndex = LIS->getInstructionIndex(MI); in readsUndefSubreg() local
338 assert(LI.liveAt(BaseIndex) && in readsUndefSubreg()
344 if ((SR.LaneMask & UseMask) != 0 && SR.liveAt(BaseIndex)) in readsUndefSubreg()
/external/llvm-project/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.cpp5763 Value *BaseIndex = ConstantInt::get(IntPtrTy, BaseOffset); in splitLargeGEPOffsets() local
5768 NewBaseBuilder.CreateGEP(I8Ty, NewBaseGEP, BaseIndex, "splitgep"); in splitLargeGEPOffsets()
/external/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()
/external/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()
/external/llvm-project/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp399 unsigned BaseIndex = 0) { in getSameOpcode() argument
402 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
404 bool IsCastOp = isa<CastInst>(VL[BaseIndex]); in getSameOpcode()
405 bool IsBinOp = isa<BinaryOperator>(VL[BaseIndex]); in getSameOpcode()
406 unsigned Opcode = cast<Instruction>(VL[BaseIndex])->getOpcode(); in getSameOpcode()
408 unsigned AltIndex = BaseIndex; in getSameOpcode()
424 Type *Ty0 = cast<Instruction>(VL[BaseIndex])->getOperand(0)->getType(); in getSameOpcode()
440 return InstructionsState(VL[BaseIndex], nullptr, nullptr); in getSameOpcode()
443 return InstructionsState(VL[BaseIndex], cast<Instruction>(VL[BaseIndex]), in getSameOpcode()
/external/llvm/lib/IR/
DVerifier.cpp3993 const int BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCallSite() local
3996 Assert(0 <= BaseIndex && BaseIndex < (int)StatepointCS.arg_size(), in visitIntrinsicCallSite()
4026 Assert(GCParamArgsStart <= BaseIndex && BaseIndex < GCParamArgsEnd, in visitIntrinsicCallSite()
/external/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()
/external/llvm-project/clang/lib/AST/
DMicrosoftMangle.cpp1672 unsigned BaseIndex = 0; in mangleTemplateArgValue() local
1674 mangleTemplateArgValue(B.getType(), V.getStructBase(BaseIndex++)); in mangleTemplateArgValue()
DExprConstant.cpp2370 unsigned BaseIndex = 0; in CheckEvaluationResult() local
2373 Value.getStructBase(BaseIndex), Kind, in CheckEvaluationResult()
2376 ++BaseIndex; in CheckEvaluationResult()
/external/clang/lib/AST/
DExprConstant.cpp1539 unsigned BaseIndex = 0; in CheckConstantExpression() local
1541 End = CD->bases_end(); I != End; ++I, ++BaseIndex) { in CheckConstantExpression()
1543 Value.getStructBase(BaseIndex))) in CheckConstantExpression()
/external/llvm-project/llvm/lib/IR/
DVerifier.cpp4860 const uint64_t BaseIndex = cast<ConstantInt>(Base)->getZExtValue(); in visitIntrinsicCall() local
4865 Assert(BaseIndex < Opt->Inputs.size(), in visitIntrinsicCall()