Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/MC/
DMCInstrDesc.h495 bool isConvertibleTo3Addr() const { in isConvertibleTo3Addr() function
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/
DTwoAddressInstructionPass.cpp1297 if (Commuted && !MI.isConvertibleTo3Addr()) in tryInstructionTransform()
1317 if (MI.isConvertibleTo3Addr()) { in tryInstructionTransform()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FixupLEAs.cpp148 if (!MI.isConvertibleTo3Addr()) in INITIALIZE_PASS()
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
DMachineInstr.h926 bool isConvertibleTo3Addr(QueryType Type = IgnoreBundle) const {