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

  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
SIInstrInfo.h 603 bool isInlineConstant(const APInt &Imm) const;
605 bool isInlineConstant(const MachineOperand &MO, uint8_t OperandType) const;
607 bool isInlineConstant(const MachineOperand &MO,
609 return isInlineConstant(MO, OpInfo.OperandType);
614 bool isInlineConstant(const MachineInstr &MI,
623 return isInlineConstant(DefMO, MI.getDesc().OpInfo[OpIdx]);
628 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx) const {
630 return isInlineConstant(MO, MI.getDesc().OpInfo[OpIdx].OperandType);
633 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx,
644 return isInlineConstant(MO, OpType)
    [all...]
SIShrinkInstructions.cpp 191 !TII->isInlineConstant(*Src.getParent(),
197 !TII->isInlineConstant(*Src.getParent(),
206 return !TII->isInlineConstant(Src);
211 return !TII->isInlineConstant(Src);
222 if (!isInt<32>(Src.getImm()) || TII->isInlineConstant(Src))
SIFoldOperands.cpp 119 // Wrapper around isInlineConstant that understands special cases when
125 if (TII->isInlineConstant(UseMI, OpNo, OpToFold))
143 return TII->isInlineConstant(OpToFold, MadDesc.OpInfo[OpNo].OperandType);
    [all...]
SIInstrInfo.cpp     [all...]
AMDGPUISelDAGToDAG.cpp 296 return TII->isInlineConstant(C->getAPIntValue());
299 return TII->isInlineConstant(C->getValueAPF().bitcastToAPInt());
    [all...]
SIISelLowering.cpp     [all...]
  /external/llvm/lib/Target/AMDGPU/
SIShrinkInstructions.cpp 194 return isInt<16>(Src.getImm()) && !TII->isInlineConstant(Src, 4);
230 if (isInt<32>(Imm) && !TII->isInlineConstant(Src, 4)) {
SIInstrInfo.h 375 bool isInlineConstant(const APInt &Imm) const;
376 bool isInlineConstant(const MachineOperand &MO, unsigned OpSize) const;
SIFoldOperands.cpp 329 if (FoldingImm && !TII->isInlineConstant(OpToFold, OpSize) &&
SIInstrInfo.cpp     [all...]
SIISelLowering.cpp 535 return TII->isInlineConstant(Imm);
    [all...]
  /external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/AsmParser/
AMDGPUAsmParser.cpp     [all...]

Completed in 523 milliseconds