Searched refs:isIndexingLegal (Results 1 – 2 of 2) sorted by relevance
/openbsd/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | TargetLowering.h | 3567 virtual bool isIndexingLegal(MachineInstr &MI, Register Base, Register Offset, in isIndexingLegal() function
|
/openbsd/gnu/llvm/llvm/lib/CodeGen/GlobalISel/ |
H A D | CombinerHelper.cpp | 934 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ false, MRI)) { in findPostIndexCandidate() 1000 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ true, MRI)) { in findPreIndexCandidate()
|