Searched refs:Offset0 (Results 1 – 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSubtarget.cpp | 277 int64_t Offset0; in apply() local 279 MachineOperand *BaseOp0 = HII.getBaseAndOffset(L0, Offset0, Size0); in apply() 298 if (((Offset0 ^ Offset1) & 0x18) != 0) in apply()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 147 int64_t &Offset0, in areLoadsFromSameBasePtr() argument 183 Offset0 = cast<ConstantSDNode>(Load0->getOperand(Offset0Idx))->getZExtValue(); in areLoadsFromSameBasePtr() 208 Offset0 = Load0Offset->getZExtValue(); in areLoadsFromSameBasePtr() 241 Offset0 = cast<ConstantSDNode>(Off0)->getZExtValue(); in areLoadsFromSameBasePtr() 294 uint8_t Offset0 = Offset0Imm->getImm(); in getMemOperandWithOffset() local 297 if (Offset1 > Offset0 && Offset1 - Offset0 == 1) { in getMemOperandWithOffset() 317 Offset = EltSize * Offset0; in getMemOperandWithOffset() 505 int64_t Offset0, int64_t Offset1, in shouldScheduleLoadsNear() argument 507 assert(Offset1 > Offset0 && in shouldScheduleLoadsNear() 513 return (NumLoads <= 16 && (Offset1 - Offset0) < 64); in shouldScheduleLoadsNear() [all …]
|
D | AMDGPUISelDAGToDAG.cpp | 206 bool SelectDS64Bit4ByteAligned(SDValue Ptr, SDValue &Base, SDValue &Offset0, 1259 SDValue &Offset0, in SelectDS64Bit4ByteAligned() argument 1272 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8); in SelectDS64Bit4ByteAligned() 1307 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8); in SelectDS64Bit4ByteAligned() 1324 Offset0 = CurDAG->getTargetConstant(DWordOffset0, DL, MVT::i8); in SelectDS64Bit4ByteAligned() 1333 Offset0 = CurDAG->getTargetConstant(0, DL, MVT::i8); in SelectDS64Bit4ByteAligned()
|
D | SIInstrInfo.h | 193 bool shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, int64_t Offset0,
|
D | AMDGPUInstructionSelector.cpp | 1080 unsigned Offset0 = OrderedCountIndex << 2; in selectDSOrderedIntrinsic() local 1087 unsigned Offset = Offset0 | (Offset1 << 8); in selectDSOrderedIntrinsic()
|
D | SIInstrInfo.td | 1047 def offset0 : NamedOperandU8<"Offset0", NamedMatchClass<"Offset0">>;
|
D | SIISelLowering.cpp | 6199 unsigned Offset0 = OrderedCountIndex << 2; in LowerINTRINSIC_W_CHAIN() local 6206 unsigned Offset = Offset0 | (Offset1 << 8); in LowerINTRINSIC_W_CHAIN()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 13961 const APInt &Offset0 = CN->getAPIntValue(); in CombineToPreIndexedLoadStore() local 13971 APInt CNV = Offset0; in CombineToPreIndexedLoadStore()
|