Home
last modified time | relevance | path

Searched refs:shouldConsiderGEPOffsetSplit (Results 1 – 7 of 7) sorted by relevance

/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.h542 bool shouldConsiderGEPOffsetSplit() const override { return true; } in shouldConsiderGEPOffsetSplit() function
/openbsd-src/gnu/llvm/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.h473 bool shouldConsiderGEPOffsetSplit() const override { return true; } in shouldConsiderGEPOffsetSplit() function
/openbsd-src/gnu/llvm/llvm/lib/Target/ARM/
H A DARMISelLowering.h951 bool shouldConsiderGEPOffsetSplit() const override { return true; } in shouldConsiderGEPOffsetSplit() function
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.h646 bool shouldConsiderGEPOffsetSplit() const override;
H A DAArch64ISelLowering.cpp14876 bool AArch64TargetLowering::shouldConsiderGEPOffsetSplit() const { in shouldConsiderGEPOffsetSplit() function in AArch64TargetLowering
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DTargetLowering.h3120 virtual bool shouldConsiderGEPOffsetSplit() const { return false; } in shouldConsiderGEPOffsetSplit() function
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp4730 TLI.shouldConsiderGEPOffsetSplit() && Depth == 0 && in matchOperationAddr()