Home
last modified time | relevance | path

Searched defs:isInlineConstant (Results 1 – 3 of 3) sorted by relevance

/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1009 bool isInlineConstant(const MachineOperand &MO, isInlineConstant() function
1016 bool isInlineConstant(const MachineInstr &MI, isInlineConstant() function
1029 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx) const { isInlineConstant() function
1034 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx, isInlineConstant() function
1051 bool isInlineConstant(const MachineOperand &MO) const { isInlineConstant() function
[all...]
H A DSIInstrInfo.cpp4188 bool SIInstrInfo::isInlineConstant(const APInt &Imm) const { isInlineConstant() function in SIInstrInfo
4208 bool SIInstrInfo::isInlineConstant(const APFloat &Imm) const { isInlineConstant() function in SIInstrInfo
4227 bool SIInstrInfo::isInlineConstant(const MachineOperand &MO, isInlineConstant() function in SIInstrInfo
[all...]
/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3555 bool AMDGPUAsmParser::isInlineConstant(const MCInst &Inst, isInlineConstant() function in AMDGPUAsmParser