HomeSort by relevance Sort by last modified time
    Searched refs:isBaseWithConstantOffset (Results 1 - 13 of 13) sorted by null

  /external/llvm/lib/Target/BPF/
BPFISelDAGToDAG.cpp 72 if (CurDAG->isBaseWithConstantOffset(Addr)) {
97 if (!CurDAG->isBaseWithConstantOffset(Addr))
  /external/llvm/lib/Target/Mips/
Mips16ISelDAGToDAG.cpp 190 if (CurDAG->isBaseWithConstantOffset(Addr)) {
MipsSEISelDAGToDAG.cpp 295 if (CurDAG->isBaseWithConstantOffset(Addr)) {
    [all...]
  /external/llvm/lib/Target/AMDGPU/
AMDGPUISelDAGToDAG.cpp 789 if (CurDAG->isBaseWithConstantOffset(Addr)) {
854 if (CurDAG->isBaseWithConstantOffset(Addr)) {
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelDAGToDAG.cpp 614 !CurDAG->isBaseWithConstantOffset(N)) {
686 !CurDAG->isBaseWithConstantOffset(N))
797 !CurDAG->isBaseWithConstantOffset(N)) {
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelDAGToDAG.cpp 439 if (Opcode == ISD::ADD || CurDAG->isBaseWithConstantOffset(N)) {
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64ISelDAGToDAG.cpp 639 if (CurDAG->isBaseWithConstantOffset(N)) {
698 if (CurDAG->isBaseWithConstantOffset(N)) {
736 if (!CurDAG->isBaseWithConstantOffset(N))
    [all...]
  /external/llvm/include/llvm/CodeGen/
SelectionDAG.h     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
SelectionDAG.cpp     [all...]
  /external/llvm/lib/Target/XCore/
XCoreISelLowering.cpp 448 if (DAG.isBaseWithConstantOffset(BasePtr) &&
    [all...]
  /external/llvm/lib/Target/X86/
X86ISelDAGToDAG.cpp     [all...]
X86ISelLowering.cpp     [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]

Completed in 219 milliseconds