Searched refs:FirstOffset (Results 1 – 6 of 6) sorted by relevance
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 319 unsigned FirstOffset = getStoreOffset(FirstMI); in selectStores() local 337 if ((2*SizeAccum-1) & FirstOffset) in selectStores() 371 if ((2*Pow2Size-1) & FirstOffset) in selectStores()
|
/external/llvm/lib/Target/Hexagon/ |
D | HexagonStoreWidening.cpp | 322 unsigned FirstOffset = getStoreOffset(FirstMI); in selectStores() local 340 if ((2*SizeAccum-1) & FirstOffset) in selectStores() 374 if ((2*Pow2Size-1) & FirstOffset) in selectStores()
|
/external/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1196 Value *FirstOffset = FirstGEP->getOperand(1); in isLegalToSwapOperand() local 1198 if (CurLoop->isLoopInvariant(FirstOffset)) in isLegalToSwapOperand() 1205 Instruction *FirstOffsetDef = dyn_cast<Instruction>(FirstOffset); in isLegalToSwapOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/ |
D | SeparateConstOffsetFromGEP.cpp | 1244 Value *FirstOffset = FirstGEP->getOperand(1); in isLegalToSwapOperand() local 1246 if (CurLoop->isLoopInvariant(FirstOffset)) in isLegalToSwapOperand() 1253 Instruction *FirstOffsetDef = dyn_cast<Instruction>(FirstOffset); in isLegalToSwapOperand()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/AsmParser/ |
D | MipsAsmParser.cpp | 4177 int64_t FirstOffset = IsLargeOffset ? 0 : OffsetValue; in expandUlh() local 4180 std::swap(FirstOffset, SecondOffset); in expandUlh() 4189 FirstOffset, IDLoc, STI); in expandUlh() 4227 int64_t FirstOffset = IsLargeOffset ? 1 : (OffsetValue + 1); in expandUsh() local 4230 std::swap(FirstOffset, SecondOffset); in expandUsh() 4233 TOut.emitRRI(Mips::SB, DstReg, ATReg, FirstOffset, IDLoc, STI); in expandUsh() 4240 TOut.emitRRI(Mips::SB, DstReg, SrcReg, FirstOffset, IDLoc, STI); in expandUsh() 4849 MCOperand &FirstOffset = Inst.getOperand(2); in expandLoadStoreDMacro() local 4850 signed NextOffset = FirstOffset.getImm() + 4; in expandLoadStoreDMacro() 4853 if (!isInt<16>(FirstOffset.getImm()) || !isInt<16>(NextOffset)) in expandLoadStoreDMacro() [all …]
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/SelectionDAG/ |
D | DAGCombiner.cpp | 5783 int64_t FirstOffset = INT64_MAX; in MatchLoadCombine() local 5818 if (ByteOffsetFromBase < FirstOffset) { in MatchLoadCombine() 5820 FirstOffset = ByteOffsetFromBase; in MatchLoadCombine() 5828 assert(FirstOffset != INT64_MAX && "First byte offset must be set"); in MatchLoadCombine() 5834 int64_t CurrentByteOffset = ByteOffsets[i] - FirstOffset; in MatchLoadCombine()
|