Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h488 void setIsStackRealigned(bool Realigned = true) {
489 IsStackRealigned = Realigned;
/freebsd-12.1/contrib/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2480 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local
2501 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()
2503 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
2505 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()
2511 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()