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

/external/llvm/include/llvm/MC/
H A DMCInstrDesc.h415 /// isConvertibleTo3Addr - Return true if this is a 2-address instruction
429 bool isConvertibleTo3Addr() const { function in class:llvm::MCInstrDesc
/external/llvm/include/llvm/CodeGen/
H A DMachineInstr.h561 /// isConvertibleTo3Addr - Return true if this is a 2-address instruction
575 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/CodeGen/
H A DTwoAddressInstructionPass.cpp1153 if (MI.isConvertibleTo3Addr()) {

Completed in 5943 milliseconds