Searched refs:isConvertibleTo3Addr (Results 1 - 4 of 4) sorted by relevance

/freebsd-current/contrib/llvm-project/llvm/include/llvm/MC/
H A DMCInstrDesc.h497 bool isConvertibleTo3Addr() const { function in class:llvm::MCInstrDesc
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1267 if (Commuted && !MI.isConvertibleTo3Addr())
1287 if (MI.isConvertibleTo3Addr()) {
/freebsd-current/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp181 if (!MI.isConvertibleTo3Addr())
/freebsd-current/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1171 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {

Completed in 202 milliseconds