Searched refs:SourceOffset (Results 1 – 4 of 4) sorted by relevance
| /freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
| H A D | X86.cpp | 1279 unsigned SourceOffset) const; 1282 unsigned SourceOffset) const; 2414 QualType SourceTy, unsigned SourceOffset) const { in GetSSETypeAtOffset() 2417 (unsigned)getContext().getTypeSize(SourceTy) / 8 - SourceOffset; in GetSSETypeAtOffset() 2474 QualType SourceTy, unsigned SourceOffset) const { in GetINTEGERTypeAtOffset() 2495 if (BitsContainNoUserData(SourceTy, SourceOffset*8+BitWidth, in GetINTEGERTypeAtOffset() 2496 SourceOffset*8+64, getContext())) in GetINTEGERTypeAtOffset() 2509 SourceTy, SourceOffset); in GetINTEGERTypeAtOffset() 2518 SourceOffset); in GetINTEGERTypeAtOffset() 2526 assert(TySizeInBytes != SourceOffset && "Empty field?"); in GetINTEGERTypeAtOffset() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/RuntimeDyld/ |
| H A D | RuntimeDyldELF.cpp | 1154 uint64_t SourceOffset = RelI->getOffset(); in resolveAArch64ShortBranch() local 1159 if (!isInt<28>(TargetOffset + Value.Addend - SourceOffset)) in resolveAArch64ShortBranch() 1162 RelocationEntry RE(SectionID, SourceOffset, RelI->getType(), Value.Addend); in resolveAArch64ShortBranch()
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1765 Value *SourceBase, *SourceOffset; in makeStatepointExplicitImpl() local 1766 std::tie(SourceBase, SourceOffset) = GetBaseAndOffset(Source); in makeStatepointExplicitImpl() 1775 CallArgs.push_back(SourceOffset); in makeStatepointExplicitImpl()
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 13607 MutableArrayRef<int> FinalSourceHalfMask, int SourceOffset, in lowerV8I16GeneralSingleInputShuffle() 13628 if (isWordClobbered(SourceHalfMask, Input - SourceOffset)) { in lowerV8I16GeneralSingleInputShuffle() 13629 if (SourceHalfMask[SourceHalfMask[Input - SourceOffset]] < 0) { in lowerV8I16GeneralSingleInputShuffle() 13630 SourceHalfMask[SourceHalfMask[Input - SourceOffset]] = in lowerV8I16GeneralSingleInputShuffle() 13631 Input - SourceOffset; in lowerV8I16GeneralSingleInputShuffle() 13634 if (M == SourceHalfMask[Input - SourceOffset] + SourceOffset) in lowerV8I16GeneralSingleInputShuffle() 13637 M = SourceHalfMask[Input - SourceOffset] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle() 13639 assert(SourceHalfMask[SourceHalfMask[Input - SourceOffset]] == in lowerV8I16GeneralSingleInputShuffle() 13640 Input - SourceOffset && in lowerV8I16GeneralSingleInputShuffle() 13646 Input = SourceHalfMask[Input - SourceOffset] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle() [all …]
|