Home
last modified time | relevance | path

Searched refs:Realigned (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h957 void setIsStackRealigned(bool Realigned = true) {
958 IsStackRealigned = Realigned;
/freebsd-14.2/contrib/llvm-project/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3540 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local
3562 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()
3565 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
3567 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()
3573 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()