Searched refs:Offset0 (Results 1 - 7 of 7) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonSubtarget.cpp277 int64_t Offset0; local
279 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0);
298 if (((Offset0 ^ Offset1) & 0x18) != 0)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.cpp147 int64_t &Offset0,
183 Offset0 = cast<ConstantSDNode>(Load0->getOperand(Offset0Idx))->getZExtValue();
208 Offset0 = Load0Offset->getZExtValue();
241 Offset0 = cast<ConstantSDNode>(Off0)->getZExtValue();
294 uint8_t Offset0 = Offset0Imm->getImm(); local
297 if (Offset1 > Offset0 && Offset1 - Offset0 == 1) {
317 Offset = EltSize * Offset0;
505 int64_t Offset0, int64_t Offset1,
507 assert(Offset1 > Offset0
146 areLoadsFromSameBasePtr(SDNode *Load0, SDNode *Load1, int64_t &Offset0, int64_t &Offset1) const argument
504 shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, int64_t Offset0, int64_t Offset1, unsigned NumLoads) const argument
[all...]
H A DAMDGPUISelDAGToDAG.cpp206 bool SelectDS64Bit4ByteAligned(SDValue Ptr, SDValue &Base, SDValue &Offset0,
1259 SDValue &Offset0,
1272 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8);
1307 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8);
1324 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8);
1333 Offset0 = CurDAG->getTargetConstant(0, DL, MVT::i8);
1258 SelectDS64Bit4ByteAligned(SDValue Addr, SDValue &Base, SDValue &Offset0, SDValue &Offset1) const argument
H A DSIInstrInfo.h193 bool shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, int64_t Offset0,
H A DAMDGPUInstructionSelector.cpp1080 unsigned Offset0 = OrderedCountIndex << 2;
1087 unsigned Offset = Offset0 | (Offset1 << 8);
H A DSIISelLowering.cpp6199 unsigned Offset0 = OrderedCountIndex << 2; local
6206 unsigned Offset = Offset0 | (Offset1 << 8);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DDAGCombiner.cpp13968 const APInt &Offset0 = CN->getAPIntValue(); local
13978 APInt CNV = Offset0;

Completed in 184 milliseconds