Home
last modified time | relevance | path

Searched refs:getHiBits (Results 1 – 25 of 30) sorted by relevance

12

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AVR/MCTargetDesc/
DAVRMCCodeEmitter.cpp260 .getHiBits(32) in getMachineOpValue()
/external/llvm/lib/Target/AMDGPU/
DSIFoldOperands.cpp230 Imm = Imm.getHiBits(32); in foldOperand()
DSIInstrInfo.cpp870 .addImm(Imm.getHiBits(32).getZExtValue()) in expandPostRAPseudo()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DAMDGPUInstructionSelector.cpp114 return MachineOperand::CreateImm(Imm.getHiBits(32).getSExtValue()); in getSubOperand64()
DSIFoldOperands.cpp422 Imm = Imm.getHiBits(32); in foldOperand()
/external/swiftshader/third_party/LLVM/include/llvm/ADT/
DAPInt.h439 APInt getHiBits(unsigned numBits) const;
/external/llvm/include/llvm/ADT/
DAPInt.h469 APInt getHiBits(unsigned numBits) const;
/external/swiftshader/third_party/llvm-subzero/include/llvm/ADT/
DAPInt.h473 APInt getHiBits(unsigned numBits) const;
/external/swiftshader/third_party/llvm-7.0/llvm/unittests/ADT/
DAPIntTest.cpp2071 TEST(APIntTest, getHiBits) { in TEST() argument
2074 EXPECT_EQ(0xc, i32.getHiBits(4)); in TEST()
2077 EXPECT_EQ(0xc, i128.getHiBits(4)); in TEST()
/external/swiftshader/third_party/llvm-7.0/llvm/include/llvm/ADT/
DAPInt.h576 APInt getHiBits(unsigned numBits) const;
/external/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp771 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/llvm/lib/IR/
DAsmWriter.cpp1195 Out << format_hex_no_prefix(API.getHiBits(16).getZExtValue(), 4, in WriteConstantInternal()
1204 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteConstantInternal()
1210 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteConstantInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Mips/MCTargetDesc/
DMipsMCCodeEmitter.cpp745 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/swiftshader/third_party/LLVM/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp422 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/IR/
DAsmWriter.cpp1342 Out << format_hex_no_prefix(API.getHiBits(16).getZExtValue(), 4, in WriteConstantInternal()
1351 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteConstantInternal()
1357 Out << format_hex_no_prefix(API.getHiBits(64).getZExtValue(), 16, in WriteConstantInternal()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp554 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/llvm/lib/Target/ARM/MCTargetDesc/
DARMMCCodeEmitter.cpp543 .bitcastToAPInt().getHiBits(32).getLimitedValue()); in getMachineOpValue()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp6539 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm64()
6561 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm32()
6609 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm16()
6648 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm321s()
6679 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImm8()
6700 if (Bits.getHiBits(64) == Bits.getLoBits(64)) { in tryAdvSIMDModImmFP()
/external/llvm/lib/Support/
DAPInt.cpp671 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp509 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp768 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp649 APInt APInt::getHiBits(unsigned numBits) const { in getHiBits() function in APInt
/external/llvm/lib/MC/MCParser/
DAsmParser.cpp2713 hi = IntValue.getHiBits(IntValue.getBitWidth() - 64).getZExtValue(); in parseDirectiveOctaValue()
/external/llvm/lib/Target/AArch64/
DAArch64ISelLowering.cpp5774 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorAND()
5974 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerVectorOR()
6084 if (CnstBits.getHiBits(64) == CnstBits.getLoBits(64)) { in LowerBUILD_VECTOR()
/external/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2447 KnownZero = KnownZero.getHiBits(KnownZero.getBitWidth() - Index * BitWidth); in computeKnownBits()
2448 KnownOne = KnownOne.getHiBits(KnownOne.getBitWidth() - Index * BitWidth); in computeKnownBits()

12