Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h919 void setIsStackRealigned(bool Realigned = true) {
920 IsStackRealigned = Realigned;
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp3293 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local
3315 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()
3317 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
3319 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()
3325 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()