Searched defs:Load2 (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, argument
/external/mesa3d/src/gallium/drivers/radeon/
H A DAMDGPUInstrInfo.cpp187 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, argument
/external/llvm/lib/Target/R600/
H A DAMDGPUInstrInfo.cpp218 bool AMDGPUInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, argument
/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h634 virtual bool areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, argument
647 virtual bool shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, argument
/external/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp4830 X86InstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, argument
4832 if (!Load1->isMachineOpcode() || !Load2->isMachineOpcode())
4835 unsigned Opc2 = Load2->getMachineOpcode();
4912 if (Load1->getOperand(0) != Load2->getOperand(0) ||
4913 Load1->getOperand(5) != Load2->getOperand(5))
4916 if (Load1->getOperand(4) != Load2->getOperand(4))
4919 if (Load1->getOperand(1) == Load2->getOperand(1) &&
4920 Load1->getOperand(2) == Load2->getOperand(2)) {
4926 isa<ConstantSDNode>(Load2->getOperand(3))) {
4928 Offset2 = cast<ConstantSDNode>(Load2
4935 shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, int64_t Offset1, int64_t Offset2, unsigned NumLoads) const argument
[all...]
/external/llvm/lib/Target/ARM/
H A DARMBaseInstrInfo.cpp1428 bool ARMBaseInstrInfo::areLoadsFromSameBasePtr(SDNode *Load1, SDNode *Load2, argument
1434 if (!Load1->isMachineOpcode() || !Load2->isMachineOpcode())
1458 switch (Load2->getMachineOpcode()) {
1479 if (Load1->getOperand(0) != Load2->getOperand(0) ||
1480 Load1->getOperand(4) != Load2->getOperand(4))
1484 if (Load1->getOperand(3) != Load2->getOperand(3))
1489 isa<ConstantSDNode>(Load2->getOperand(1))) {
1491 Offset2 = cast<ConstantSDNode>(Load2->getOperand(1))->getSExtValue();
1509 bool ARMBaseInstrInfo::shouldScheduleLoadsNear(SDNode *Load1, SDNode *Load2, argument
1525 if ((Load1->getMachineOpcode() != Load2
[all...]

Completed in 930 milliseconds