Home
last modified time | relevance | path

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

/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/MC/
H A DMCInstrDesc.h488 bool isConvertibleTo3Addr() const { in isConvertibleTo3Addr() function
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1152 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1172 if (MI.isConvertibleTo3Addr()) { in tryInstructionTransform()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FixupLEAs.cpp157 if (!MI.isConvertibleTo3Addr()) in INITIALIZE_PASS()
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DMachineInstr.h1064 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {