Searched refs:SourceOffset (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Transforms/Scalar/ |
| H A D | RewriteStatepointsForGC.cpp | 1656 Value *SourceBase, *SourceOffset; in makeStatepointExplicitImpl() local 1657 std::tie(SourceBase, SourceOffset) = GetBaseAndOffset(Source); in makeStatepointExplicitImpl() 1666 CallArgs.push_back(SourceOffset); in makeStatepointExplicitImpl()
|
| /freebsd-13.1/contrib/llvm-project/clang/lib/CodeGen/ |
| H A D | TargetInfo.cpp | 2269 unsigned SourceOffset) const; 2272 unsigned SourceOffset) const; 3404 QualType SourceTy, unsigned SourceOffset) const { in GetSSETypeAtOffset() 3408 if (BitsContainNoUserData(SourceTy, SourceOffset*8+32, in GetSSETypeAtOffset() 3409 SourceOffset*8+64, getContext())) in GetSSETypeAtOffset() 3440 QualType SourceTy, unsigned SourceOffset) const { in GetINTEGERTypeAtOffset() 3461 if (BitsContainNoUserData(SourceTy, SourceOffset*8+BitWidth, in GetINTEGERTypeAtOffset() 3462 SourceOffset*8+64, getContext())) in GetINTEGERTypeAtOffset() 3475 SourceTy, SourceOffset); in GetINTEGERTypeAtOffset() 3484 SourceOffset); in GetINTEGERTypeAtOffset() [all …]
|
| /freebsd-13.1/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86ISelLowering.cpp | 14910 Input - SourceOffset; in lowerV8I16GeneralSingleInputShuffle() 14913 if (M == SourceHalfMask[Input - SourceOffset] + SourceOffset) in lowerV8I16GeneralSingleInputShuffle() 14916 M = SourceHalfMask[Input - SourceOffset] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle() 14919 Input - SourceOffset && in lowerV8I16GeneralSingleInputShuffle() 14925 Input = SourceHalfMask[Input - SourceOffset] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle() 14941 if (M >= SourceOffset && M < SourceOffset + 4) { in lowerV8I16GeneralSingleInputShuffle() 14942 M = M - SourceOffset + DestOffset; in lowerV8I16GeneralSingleInputShuffle() 14954 SourceOffset; in lowerV8I16GeneralSingleInputShuffle() 14956 IncomingInputs[0] - SourceOffset; in lowerV8I16GeneralSingleInputShuffle() 15020 M = InputsFixed[0] + SourceOffset; in lowerV8I16GeneralSingleInputShuffle() [all …]
|