Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIMachineFunctionInfo.h804 void setIsStackRealigned(bool Realigned = true) {
805 IsStackRealigned = Realigned;
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/AsmPrinter/
H A DAsmPrinter.cpp2825 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local
2847 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()
2849 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
2851 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()
2857 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()
/netbsd/external/gpl3/gcc/dist/gcc/config/i386/
H A Di386.opt333 Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack.
/netbsd/external/gpl3/gcc.old/dist/gcc/config/i386/
H A Di386.opt333 Always use Dynamic Realigned Argument Pointer (DRAP) to realign stack.