/external/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 113 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 114 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/llvm-project/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 111 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 112 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 608 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 609 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/llvm-project/llvm/lib/Target/RISCV/ |
D | RISCVInstrInfo.cpp | 676 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 677 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/llvm-project/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1335 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in mayAlias() local 1336 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1808 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 1809 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineInstr.cpp | 1256 int64_t LowWidth = (MinOffset == OffsetA) ? WidthA : WidthB; in mayAlias() local 1257 return (MinOffset + LowWidth > MaxOffset); in mayAlias()
|
/external/llvm-project/llvm/lib/Target/SystemZ/ |
D | SystemZInstrInfo.cpp | 1987 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 1988 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 1337 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local 1338 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
|
/external/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 681 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 682 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 4303 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 4304 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/llvm-project/llvm/lib/Target/PowerPC/ |
D | PPCInstrInfo.cpp | 5088 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 5089 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 956 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 957 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/llvm-project/llvm/lib/Target/AArch64/ |
D | AArch64InstrInfo.cpp | 1079 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in areMemAccessesTriviallyDisjoint() local 1080 if (LowOffset + LowWidth <= HighOffset) in areMemAccessesTriviallyDisjoint()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 2524 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local 2525 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
|
/external/llvm-project/llvm/lib/Target/AMDGPU/ |
D | SIInstrInfo.cpp | 2905 int LowWidth = (LowOffset == OffsetA) ? WidthA : WidthB; in offsetsDoNotOverlap() local 2906 return LowOffset + LowWidth <= HighOffset; in offsetsDoNotOverlap()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 14696 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local 14697 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() 14708 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local 14709 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()
|
/external/llvm-project/llvm/lib/Target/ARM/ |
D | ARMISelLowering.cpp | 16392 unsigned LowWidth = N->getOperand(0).getValueType().getSizeInBits(); in PerformDAGCombine() local 16393 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine() 16404 unsigned LowWidth = N->getOperand(1).getValueType().getSizeInBits(); in PerformDAGCombine() local 16405 APInt LowMask = APInt::getLowBitsSet(LowWidth, 16); in PerformDAGCombine()
|