HomeSort by relevance Sort by last modified time
    Searched defs:isPredicable (Results 1 - 12 of 12) sorted by null

  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
229 return MI->getDesc().isPredicable();
R600InstrInfo.cpp 360 R600InstrInfo::isPredicable(MachineInstr *MI) const
362 return AMDGPUInstrInfo::isPredicable(MI);
  /external/mesa3d/src/gallium/drivers/radeon/
AMDGPUInstrInfo.cpp 227 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
229 return MI->getDesc().isPredicable();
R600InstrInfo.cpp 360 R600InstrInfo::isPredicable(MachineInstr *MI) const
362 return AMDGPUInstrInfo::isPredicable(MI);
  /external/llvm/lib/Target/R600/
AMDGPUInstrInfo.cpp 258 bool AMDGPUInstrInfo::isPredicable(MachineInstr *MI) const {
260 return MI->getDesc().isPredicable();
  /external/llvm/include/llvm/Target/
TargetInstrInfo.h     [all...]
  /external/llvm/utils/TableGen/
CodeGenInstruction.h 140 bool isPredicable;
238 bool isPredicable : 1;
  /external/llvm/include/llvm/MC/
MCInstrDesc.h 82 /// the predicate operand that controls an isPredicable() instruction.
310 bool isPredicable() const {
590 if (isPredicable()) {
  /external/llvm/lib/Target/Hexagon/
HexagonInstrInfo.cpp 642 bool HexagonInstrInfo::isPredicable(MachineInstr *MI) const {
643 bool isPred = MI->getDesc().isPredicable();
808 assert (isPredicable(MI) && "Expected predicable instruction");
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZInstrInfo.cpp 506 bool SystemZInstrInfo::isPredicable(MachineInstr *MI) const {
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCInstrInfo.cpp     [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseInstrInfo.cpp 521 /// isPredicable - Return true if the specified instruction can be predicated.
524 bool ARMBaseInstrInfo::isPredicable(MachineInstr *MI) const {
525 if (!MI->isPredicable())
626 MI->getOperand(NumOps - (MI->isPredicable() ? 3 : 2));
    [all...]

Completed in 298 milliseconds