HomeSort by: relevance | last modified time | path
    Searched refs:isConvertibleTo3Addr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/MC/
MCInstrDesc.h 488 bool isConvertibleTo3Addr() const {
  /src/external/apache2/llvm/dist/llvm/lib/CodeGen/
TwoAddressInstructionPass.cpp 1152 if (Commuted && !MI.isConvertibleTo3Addr())
1172 if (MI.isConvertibleTo3Addr()) {
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
MachineInstr.h 1064 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
  /src/external/apache2/llvm/dist/llvm/lib/Target/X86/
X86FixupLEAs.cpp 157 if (!MI.isConvertibleTo3Addr())

Completed in 68 milliseconds