Home
last modified time | relevance | path

Searched refs:BaseIdx (Results 1 – 4 of 4) sorted by relevance

/external/llvm/utils/TableGen/
DPseudoLoweringEmitter.cpp58 unsigned BaseIdx);
75 IndexedMap<OpData> &OperandMap, unsigned BaseIdx) { in addDagOperandMapping() argument
83 OperandMap[BaseIdx + i].Kind = OpData::Reg; in addDagOperandMapping()
84 OperandMap[BaseIdx + i].Data.Reg = DI->getDef(); in addDagOperandMapping()
92 assert(BaseIdx == 0 && "Named subargument in pseudo expansion?!"); in addDagOperandMapping()
93 if (DI->getDef() != Insn.Operands[BaseIdx + i].Rec) in addDagOperandMapping()
97 Insn.Operands[BaseIdx + i].Rec->getName() + "'"); in addDagOperandMapping()
102 OperandMap[BaseIdx + i + I].Kind = OpData::Operand; in addDagOperandMapping()
105 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping()
106 OperandMap[BaseIdx + i].Data.Imm = II->getValue(); in addDagOperandMapping()
[all …]
/external/clang/lib/StaticAnalyzer/Core/
DStore.cpp459 SVal BaseIdx = ElemR->getIndex(); in getLValueElement() local
461 if (!BaseIdx.getAs<nonloc::ConcreteInt>()) in getLValueElement()
465 BaseIdx.castAs<nonloc::ConcreteInt>().getValue(); in getLValueElement()
/external/llvm/lib/CodeGen/SelectionDAG/
DLegalizeIntegerTypes.cpp2935 SDValue BaseIdx = N->getOperand(1); in PromoteIntRes_EXTRACT_SUBVECTOR() local
2942 SDValue Index = DAG.getNode(ISD::ADD, dl, BaseIdx.getValueType(), in PromoteIntRes_EXTRACT_SUBVECTOR()
2943 BaseIdx, DAG.getConstant(i, BaseIdx.getValueType())); in PromoteIntRes_EXTRACT_SUBVECTOR()
/external/llvm/lib/Target/X86/
DX86ISelLowering.cpp5227 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOp() argument
5231 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOp()
5237 unsigned ExpectedVExtractIdx = BaseIdx; in isHorizontalBinOp()
5238 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOp()
5244 SDValue Op = N->getOperand(i + BaseIdx); in isHorizontalBinOp()
5250 ExpectedVExtractIdx = BaseIdx; in isHorizontalBinOp()
5283 ExpectedVExtractIdx = BaseIdx; in isHorizontalBinOp()