Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInstrInfo.h1056 bool isInlineConstant(const MachineOperand &MO, in isInlineConstant() function
1063 bool isInlineConstant(const MachineInstr &MI, in isInlineConstant() function
1076 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx) const { in isInlineConstant() function
1081 bool isInlineConstant(const MachineInstr &MI, unsigned OpIdx, in isInlineConstant() function
1098 bool isInlineConstant(const MachineOperand &MO) const { in isInlineConstant() function
H A DSIInstrInfo.cpp4190 bool SIInstrInfo::isInlineConstant(const APInt &Imm) const { in isInlineConstant() function in SIInstrInfo
4210 bool SIInstrInfo::isInlineConstant(const APFloat &Imm) const { in isInlineConstant() function in SIInstrInfo
4229 bool SIInstrInfo::isInlineConstant(const MachineOperand &MO, in isInlineConstant() function in SIInstrInfo
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/AsmParser/
H A DAMDGPUAsmParser.cpp3561 bool AMDGPUAsmParser::isInlineConstant(const MCInst &Inst, in isInlineConstant() function in AMDGPUAsmParser