Searched refs:getConstantFromPool (Results 1 – 4 of 4) sorted by relevance
| /freebsd-14.2/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86MCInstLower.cpp | 1552 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 D | X86FixupVectorConstants.cpp | 243 if (auto *C = X86::getConstantFromPool(MI, OperandNo)) { in processInstruction()
|
| H A D | X86InstrInfo.h | 90 const Constant *getConstantFromPool(const MachineInstr &MI, unsigned OpNo);
|
| H A D | X86InstrInfo.cpp | 3500 const Constant *X86::getConstantFromPool(const MachineInstr &MI, in getConstantFromPool() function in X86
|