Searched refs:isIndexingLegal (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 608 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ false, MRI)) { in findPostIndexCandidate() 673 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ true, MRI)) { in findPreIndexCandidate()
|
/external/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
D | CombinerHelper.cpp | 707 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ false, MRI)) { in findPostIndexCandidate() 773 !TLI.isIndexingLegal(MI, Base, Offset, /*IsPre*/ true, MRI)) { in findPreIndexCandidate()
|
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 2999 virtual bool isIndexingLegal(MachineInstr &MI, Register Base, Register Offset, in isIndexingLegal() function
|
/external/llvm-project/llvm/include/llvm/CodeGen/ |
D | TargetLowering.h | 3179 virtual bool isIndexingLegal(MachineInstr &MI, Register Base, Register Offset, in isIndexingLegal() function
|