Home
last modified time | relevance | path

Searched refs:ashrInPlace (Results 1 – 16 of 16) sorted by relevance

/external/llvm-project/llvm/lib/Support/
DKnownBits.cpp245 Known.Zero.ashrInPlace(Shift); in ashr()
246 Known.One.ashrInPlace(Shift); in ashr()
DAPInt.cpp984 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt
985 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
/external/llvm-project/llvm/include/llvm/ADT/
DAPInt.h965 R.ashrInPlace(ShiftAmt);
970 void ashrInPlace(unsigned ShiftAmt) {
1026 R.ashrInPlace(ShiftAmt);
1031 void ashrInPlace(const APInt &shiftAmt);
DAPSInt.h148 ashrInPlace(Amt);
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/
DAPInt.h965 R.ashrInPlace(ShiftAmt); in ashr()
970 void ashrInPlace(unsigned ShiftAmt) { in ashrInPlace() function
1026 R.ashrInPlace(ShiftAmt); in ashr()
1031 void ashrInPlace(const APInt &shiftAmt);
DAPSInt.h148 ashrInPlace(Amt);
/external/llvm-project/llvm/unittests/ADT/
DAPIntTest.cpp2485 i72.ashrInPlace(46); in TEST()
2491 i72.ashrInPlace(64); in TEST()
2497 i128.ashrInPlace(64); in TEST()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Support/
DAPInt.cpp985 void APInt::ashrInPlace(const APInt &shiftAmt) { in ashrInPlace() function in APInt
986 ashrInPlace((unsigned)shiftAmt.getLimitedValue(BitWidth)); in ashrInPlace()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/
DSelectionDAG.cpp2917 Known.Zero.ashrInPlace(Shift); in computeKnownBits()
2918 Known.One.ashrInPlace(Shift); in computeKnownBits()
5295 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
DTargetLowering.cpp4654 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1600 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIInstrInfo.cpp1923 Imm.ashrInPlace(Part * 32); in expandMovDPP64()
/external/llvm-project/llvm/lib/CodeGen/SelectionDAG/
DTargetLowering.cpp4948 Divisor.ashrInPlace(Shift); in BuildExactSDIV()
DSelectionDAG.cpp5376 Val.ashrInPlace(Val.getBitWidth() - FromBits); in getNode()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86ISelLowering.cpp32598 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
32599 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
39700 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()
/external/llvm-project/llvm/lib/Target/X86/
DX86ISelLowering.cpp34106 Known.Zero.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
34107 Known.One.ashrInPlace(ShAmt); in computeKnownBitsForTargetNode()
42970 Elt.ashrInPlace(ShiftVal); in combineVectorShiftImm()