/external/llvm/utils/TableGen/ |
D | PseudoLoweringEmitter.cpp | 58 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/llvm-project/llvm/utils/TableGen/ |
D | PseudoLoweringEmitter.cpp | 57 unsigned BaseIdx); 74 IndexedMap<OpData> &OperandMap, unsigned BaseIdx) { in addDagOperandMapping() argument 82 OperandMap[BaseIdx + i].Kind = OpData::Reg; in addDagOperandMapping() 83 OperandMap[BaseIdx + i].Data.Reg = DI->getDef(); in addDagOperandMapping() 91 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() 105 OperandMap[BaseIdx + i + I].Kind = OpData::Operand; in addDagOperandMapping() 108 OperandMap[BaseIdx + i].Kind = OpData::Imm; in addDagOperandMapping() 109 OperandMap[BaseIdx + i].Data.Imm = II->getValue(); in addDagOperandMapping() [all …]
|
/external/llvm-project/compiler-rt/lib/fuzzer/dataflow/ |
D | DataFlow.cpp | 190 size_t BaseIdx = Iter * kNumLabels; in main() local 191 size_t LastIdx = BaseIdx + kNumLabels < NumBytesRead ? BaseIdx + kNumLabels in main() 193 assert(BaseIdx < LastIdx); in main() 194 for (size_t Idx = BaseIdx; Idx < LastIdx; Idx++) in main() 195 dfsan_set_label(1 << (Idx - BaseIdx), Buf + Idx, 1); in main()
|
/external/rust/crates/libfuzzer-sys/libfuzzer/dataflow/ |
D | DataFlow.cpp | 190 size_t BaseIdx = Iter * kNumLabels; in main() local 191 size_t LastIdx = BaseIdx + kNumLabels < NumBytesRead ? BaseIdx + kNumLabels in main() 193 assert(BaseIdx < LastIdx); in main() 194 for (size_t Idx = BaseIdx; Idx < LastIdx; Idx++) in main() 195 dfsan_set_label(1 << (Idx - BaseIdx), Buf + Idx, 1); in main()
|
/external/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 459 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-project/clang/lib/StaticAnalyzer/Core/ |
D | Store.cpp | 517 SVal BaseIdx = ElemR->getIndex(); in getLValueElement() local 519 if (!BaseIdx.getAs<nonloc::ConcreteInt>()) in getLValueElement() 523 BaseIdx.castAs<nonloc::ConcreteInt>().getValue(); in getLValueElement()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | StackMaps.cpp | 420 unsigned BaseIdx = GCPtrIndices[P.first]; in parseStatepointOpers() local 422 LLVM_DEBUG(dbgs() << "Base : " << BaseIdx << " Derived : " << DerivedIdx in parseStatepointOpers() 424 (void)parseOperand(MOB + BaseIdx, MOE, Locations, LiveOuts); in parseStatepointOpers()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.cpp | 122 unsigned BaseIdx = alignDown(getMaxWorkGroupSGPRCount(MF), 4) - 4; in reservedPrivateSegmentBufferReg() local 123 unsigned BaseReg(AMDGPU::SGPR_32RegClass.getRegister(BaseIdx)); in reservedPrivateSegmentBufferReg()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.cpp | 111 unsigned BaseIdx = alignDown(ST.getMaxNumSGPRs(MF), 4) - 4; in reservedPrivateSegmentBufferReg() local 112 unsigned BaseReg(AMDGPU::SGPR_32RegClass.getRegister(BaseIdx)); in reservedPrivateSegmentBufferReg()
|
/external/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1189 Value *BaseIdx = in CreateGCRelocates() local 1200 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1310 Value *BaseIdx = in CreateGCRelocates() local 1321 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIRegisterInfo.cpp | 205 unsigned BaseIdx = alignDown(ST.getMaxNumSGPRs(MF), 4) - 4; in reservedPrivateSegmentBufferReg() local 206 MCRegister BaseReg(AMDGPU::SGPR_32RegClass.getRegister(BaseIdx)); in reservedPrivateSegmentBufferReg()
|
/external/llvm-project/llvm/lib/Transforms/Scalar/ |
D | RewriteStatepointsForGC.cpp | 1368 Value *BaseIdx = Builder.getInt32(FindIndex(LiveVariables, BasePtrs[i])); in CreateGCRelocates() local 1378 GCRelocateDecl, {StatepointToken, BaseIdx, LiveIdx}, in CreateGCRelocates()
|
/external/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 3230 SDValue BaseIdx = N->getOperand(1); in PromoteIntRes_EXTRACT_SUBVECTOR() local 3237 SDValue Index = DAG.getNode(ISD::ADD, dl, BaseIdx.getValueType(), in PromoteIntRes_EXTRACT_SUBVECTOR() 3238 BaseIdx, DAG.getConstant(i, dl, BaseIdx.getValueType())); in PromoteIntRes_EXTRACT_SUBVECTOR()
|
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 4579 SDValue BaseIdx = N->getOperand(1); in PromoteIntRes_EXTRACT_SUBVECTOR() local 4591 SDValue Ops[] = { GetPromotedInteger(InOp0), BaseIdx }; in PromoteIntRes_EXTRACT_SUBVECTOR() 4618 SDValue Index = DAG.getNode(ISD::ADD, dl, BaseIdx.getValueType(), in PromoteIntRes_EXTRACT_SUBVECTOR() 4619 BaseIdx, DAG.getConstant(i, dl, BaseIdx.getValueType())); in PromoteIntRes_EXTRACT_SUBVECTOR()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 4199 SDValue BaseIdx = N->getOperand(1); in PromoteIntRes_EXTRACT_SUBVECTOR() local 4212 SDValue Index = DAG.getNode(ISD::ADD, dl, BaseIdx.getValueType(), in PromoteIntRes_EXTRACT_SUBVECTOR() 4213 BaseIdx, DAG.getConstant(i, dl, BaseIdx.getValueType())); in PromoteIntRes_EXTRACT_SUBVECTOR()
|
/external/llvm-project/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6671 unsigned BaseIdx = Op.getConstantOperandVal(2); in getTargetConstantBitsFromNode() local 6672 UndefElts.insertBits(UndefSubElts, BaseIdx); in getTargetConstantBitsFromNode() 6674 EltBits[BaseIdx + i] = EltSubBits[i]; in getTargetConstantBitsFromNode() 6691 unsigned BaseIdx = Op.getConstantOperandVal(1); in getTargetConstantBitsFromNode() local 6692 UndefElts = UndefElts.extractBits(NumSubElts, BaseIdx); in getTargetConstantBitsFromNode() 6693 if ((BaseIdx + NumSubElts) != NumSrcElts) in getTargetConstantBitsFromNode() 6694 EltBits.erase(EltBits.begin() + BaseIdx + NumSubElts, EltBits.end()); in getTargetConstantBitsFromNode() 6695 if (BaseIdx != 0) in getTargetConstantBitsFromNode() 6696 EltBits.erase(EltBits.begin(), EltBits.begin() + BaseIdx); in getTargetConstantBitsFromNode() 7740 int BaseIdx = i * NumBytesPerElt; in getFauxShuffleMask() local [all …]
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6392 unsigned BaseIdx = Op.getConstantOperandVal(2); in getTargetConstantBitsFromNode() local 6393 UndefElts.insertBits(UndefSubElts, BaseIdx); in getTargetConstantBitsFromNode() 6395 EltBits[BaseIdx + i] = EltSubBits[i]; in getTargetConstantBitsFromNode() 6413 unsigned BaseIdx = Op.getConstantOperandVal(1); in getTargetConstantBitsFromNode() local 6414 UndefElts = UndefElts.extractBits(NumSubElts, BaseIdx); in getTargetConstantBitsFromNode() 6415 if ((BaseIdx + NumSubElts) != NumSrcElts) in getTargetConstantBitsFromNode() 6416 EltBits.erase(EltBits.begin() + BaseIdx + NumSubElts, EltBits.end()); in getTargetConstantBitsFromNode() 6417 if (BaseIdx != 0) in getTargetConstantBitsFromNode() 6418 EltBits.erase(EltBits.begin(), EltBits.begin() + BaseIdx); in getTargetConstantBitsFromNode() 8141 int64_t BaseIdx = EltIdx - (ByteOffset / BaseSizeInBytes); in EltsFromConsecutiveLoads() local [all …]
|
/external/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 6117 unsigned BaseIdx, unsigned LastIdx, in isHorizontalBinOp() argument 6121 assert(BaseIdx * 2 <= LastIdx && "Invalid Indices in input!"); in isHorizontalBinOp() 6127 unsigned ExpectedVExtractIdx = BaseIdx; in isHorizontalBinOp() 6128 unsigned NumElts = LastIdx - BaseIdx; in isHorizontalBinOp() 6134 SDValue Op = N->getOperand(i + BaseIdx); in isHorizontalBinOp() 6140 ExpectedVExtractIdx = BaseIdx; in isHorizontalBinOp() 6179 ExpectedVExtractIdx = BaseIdx; in isHorizontalBinOp()
|