HomeSort by relevance Sort by last modified time
    Searched refs:Load0 (Results 1 - 7 of 7) sorted by null

  /external/llvm/lib/Target/AMDGPU/
AMDGPUInstrInfo.cpp 50 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1,
SIInstrInfo.cpp 93 bool SIInstrInfo::areLoadsFromSameBasePtr(SDNode *Load0, SDNode *Load1,
96 if (!Load0->isMachineOpcode() || !Load1->isMachineOpcode())
99 unsigned Opc0 = Load0->getMachineOpcode();
109 if (getNumOperandsNoGlue(Load0) != getNumOperandsNoGlue(Load1))
113 if (Load0->getOperand(1) != Load1->getOperand(1))
117 if (findChainOperand(Load0) != findChainOperand(Load1))
127 Offset0 = cast<ConstantSDNode>(Load0->getOperand(2))->getZExtValue();
133 assert(getNumOperandsNoGlue(Load0) == getNumOperandsNoGlue(Load1));
136 if (Load0->getOperand(0) != Load1->getOperand(0))
140 dyn_cast<ConstantSDNode>(Load0->getOperand(1))
    [all...]
  /external/llvm/lib/Transforms/Scalar/
MergedLoadStoreMotion.cpp 218 LoadInst *Load0) {
219 BasicBlock *BB0 = Load0->getParent();
222 Load0->getPointerOperand(), Load0->getAlignment(),
223 Load0->getModule()->getDataLayout(),
234 MemoryLocation Loc0 = MemoryLocation::get(Load0);
236 if (Load0->isSameOperationAs(Load1) && AA->isMustAlias(Loc0, Loc1) &&
239 !isLoadHoistBarrierInRange(BB0->front(), *Load0, Load0,
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.cpp 150 bool SIInstrInfo::areLoadsFromSameBasePtr(SDNode *Load0, SDNode *Load1,
153 if (!Load0->isMachineOpcode() || !Load1->isMachineOpcode())
156 unsigned Opc0 = Load0->getMachineOpcode();
166 if (getNumOperandsNoGlue(Load0) != getNumOperandsNoGlue(Load1))
170 if (Load0->getOperand(1) != Load1->getOperand(1))
174 if (findChainOperand(Load0) != findChainOperand(Load1))
184 Offset0 = cast<ConstantSDNode>(Load0->getOperand(2))->getZExtValue();
195 assert(getNumOperandsNoGlue(Load0) == getNumOperandsNoGlue(Load1));
198 if (Load0->getOperand(0) != Load1->getOperand(0))
202 dyn_cast<ConstantSDNode>(Load0->getOperand(1))
    [all...]
SIInstrInfo.h 171 bool shouldScheduleLoadsNear(SDNode *Load0, SDNode *Load1, int64_t Offset0,
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/
HexagonISelLoweringHVX.cpp     [all...]
HexagonISelLowering.cpp     [all...]

Completed in 100 milliseconds