Home
last modified time | relevance | path

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

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIMachineFunctionInfo.h488 void setIsStackRealigned(bool Realigned = true) {
489 IsStackRealigned = Realigned;
/external/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2100 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local
2121 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()
2123 Realigned = Realigned.lshr(ExtraBitsSize); in emitGlobalConstantLargeInt()
2125 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()
2131 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/CodeGen/AsmPrinter/
DAsmPrinter.cpp2404 APInt Realigned(CI->getValue()); in emitGlobalConstantLargeInt() local
2425 ExtraBits = Realigned.getRawData()[0] & in emitGlobalConstantLargeInt()
2427 Realigned.lshrInPlace(ExtraBitsSize); in emitGlobalConstantLargeInt()
2429 ExtraBits = Realigned.getRawData()[BitWidth / 64]; in emitGlobalConstantLargeInt()
2435 const uint64_t *RawData = Realigned.getRawData(); in emitGlobalConstantLargeInt()