Home
last modified time | relevance | path

Searched refs:getConstantFromPool (Results 1 – 4 of 4) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86MCInstLower.cpp1552 if (auto *C = X86::getConstantFromPool(*MI, 1)) { in printZeroUpperMove()
1571 if (auto *C = X86::getConstantFromPool(*MI, 1)) { in printBroadcast()
1703 if (auto *C = X86::getConstantFromPool(*MI, SrcIdx + 1)) { in addConstantComments()
1776 if (auto *C = X86::getConstantFromPool(*MI, SrcIdx + 1)) { in addConstantComments()
1804 if (auto *C = X86::getConstantFromPool(*MI, 3)) { in addConstantComments()
1815 if (auto *C = X86::getConstantFromPool(*MI, 3)) { in addConstantComments()
1826 if (auto *C = X86::getConstantFromPool(*MI, 1)) { in addConstantComments()
H A DX86FixupVectorConstants.cpp243 if (auto *C = X86::getConstantFromPool(MI, OperandNo)) { in processInstruction()
H A DX86InstrInfo.h90 const Constant *getConstantFromPool(const MachineInstr &MI, unsigned OpNo);
H A DX86InstrInfo.cpp3500 const Constant *X86::getConstantFromPool(const MachineInstr &MI, in getConstantFromPool() function in X86