Home
last modified time | relevance | path

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

/external/llvm/include/llvm/MC/
DMCInstrDesc.h474 bool isConvertibleTo3Addr() const { in isConvertibleTo3Addr() function
/external/llvm/include/llvm/CodeGen/
DMachineInstr.h624 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {
/external/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1228 if (MI.isConvertibleTo3Addr()) { in tryInstructionTransform()