/third_party/skia/third_party/externals/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | BasicBlock.h | 333 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/ |
D | BasicBlock.h | 437 void AdjustBlockAddressRefCount(int Amt) { in AdjustBlockAddressRefCount()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCasts.cpp | 128 Value *Amt = nullptr; in PromoteCastOfAllocation() local 379 const APInt *Amt; in canEvaluateTruncated() local 391 const APInt *Amt; in canEvaluateTruncated() local 409 const APInt *Amt; in canEvaluateTruncated() local 1034 const APInt *Amt; in canEvaluateZExtd() local 1047 const APInt *Amt; in canEvaluateZExtd() local
|
D | InstCombineSimplifyDemanded.cpp | 978 Constant *Amt = ConstantInt::get(VarX->getType(), ShlAmt - ShrAmt); in simplifyShrShlDemandedBits() local 984 Constant *Amt = ConstantInt::get(VarX->getType(), ShrAmt - ShlAmt); in simplifyShrShlDemandedBits() local
|
D | InstructionCombining.cpp | 1303 int32_t Amt = cast<ConstantInt>(BO->getOperand(1))-> in Descale() local
|
D | InstCombineCompares.cpp | 2148 unsigned Amt = ShiftAmt->getLimitedValue(TypeBits - 1); in foldICmpShlConstant() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
D | ARMAddressingModes.h | 86 inline unsigned rotr32(unsigned Val, unsigned Amt) { in rotr32() 93 inline unsigned rotl32(unsigned Val, unsigned Amt) { in rotl32()
|
D | ARMInstPrinter.cpp | 776 unsigned Amt = ShiftOp & 0x1f; in printShiftImmOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARC/ |
D | ARCFrameLowering.cpp | 476 unsigned Amt = Old.getOperand(0).getImm(); in eliminateCallFramePseudoInstr() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
D | ConstantFold.cpp | 268 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local 291 ConstantInt *Amt = dyn_cast<ConstantInt>(CE->getOperand(1)); in ExtractConstantBytes() local
|
D | AutoUpgrade.cpp | 1138 Value *Amt = CI.getArgOperand(1); in upgradeX86Rotate() local 1205 Value *Amt = CI.getArgOperand(2); in upgradeX86ConcatShift() local
|
D | Instructions.cpp | 1198 static Value *getAISize(LLVMContext &Context, Value *Amt) { in getAISize()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMBaseInstrInfo.cpp | 184 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in convertToThreeAddress() local 218 unsigned Amt = ARM_AM::getAM3Offset(OffImm); in convertToThreeAddress() local 601 unsigned Amt = ARM_AM::getAM2Offset(OffImm); in isLdstScaledRegNotPlusLsl2() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/SelectionDAG/ |
D | LegalizeIntegerTypes.cpp | 1951 void DAGTypeLegalizer::ExpandShiftByConstant(SDNode *N, const APInt &Amt, in ExpandShiftByConstant() 2042 SDValue Amt = N->getOperand(1); in ExpandShiftWithKnownAmountBit() local 2129 SDValue Amt = N->getOperand(1); in ExpandShiftWithUnknownAmountBit() local
|
D | SelectionDAG.cpp | 2203 unsigned Amt = RHSC->getZExtValue(); in GetDemandedBits() local 2924 unsigned Amt = C->getAPIntValue().urem(BitWidth); in computeKnownBits() local
|
D | DAGCombiner.cpp | 7799 SDValue Amt = DAG.getConstant(ShiftAmt, DL, in visitSRA() local 7864 SDValue Amt = DAG.getConstant(N1C->getZExtValue() + TruncBits, DL, in visitSRA() local 10817 SDValue Amt = N0.getOperand(1); in visitTRUNCATE() local
|
D | TargetLowering.cpp | 1547 unsigned Amt = SA->getAPIntValue().urem(BitWidth); in SimplifyDemandedBits() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/ |
D | PPCISelLowering.cpp | 8370 SDValue Amt = Op.getOperand(2); in LowerSHL_PARTS() local 8399 SDValue Amt = Op.getOperand(2); in LowerSRL_PARTS() local 8427 SDValue Amt = Op.getOperand(2); in LowerSRA_PARTS() local 8500 static SDValue BuildVSLDOI(SDValue LHS, SDValue RHS, unsigned Amt, EVT VT, in BuildVSLDOI() 8886 unsigned Amt = Subtarget.isLittleEndian() ? 15 : 1; in LowerBUILD_VECTOR() local 8892 unsigned Amt = Subtarget.isLittleEndian() ? 14 : 2; in LowerBUILD_VECTOR() local 8898 unsigned Amt = Subtarget.isLittleEndian() ? 13 : 3; in LowerBUILD_VECTOR() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 3085 LegalizerHelper::narrowScalarShiftByConstant(MachineInstr &MI, const APInt &Amt, in narrowScalarShiftByConstant() 3188 Register Amt = MI.getOperand(2).getReg(); in narrowScalarShift() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUISelDAGToDAG.cpp | 2015 const ConstantSDNode *Amt = dyn_cast<ConstantSDNode>(Src.getOperand(1)); in SelectS_BFE() local
|
D | AMDGPUISelLowering.cpp | 3253 SDValue Amt = Src.getOperand(1); in performTruncateCombine() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86ISelLowering.cpp | 18537 SDValue Amt = Op.getOperand(2); in LowerFunnelShift() local 26350 SDValue Amt = Op.getOperand(1); in LowerScalarImmediateShift() local 26474 SDValue Amt = Op.getOperand(1); in LowerScalarVariableShift() local 26557 static SDValue convertShiftLeftToScale(SDValue Amt, const SDLoc &dl, in convertShiftLeftToScale() 26625 SDValue Amt = Op.getOperand(1); in LowerShift() local 27108 SDValue Amt = Op.getOperand(1); in LowerRotate() local 35386 SDValue Amt = Op.getOperand(1); in SimplifyDemandedVectorEltsForTargetNode() local 35420 auto *Amt = cast<ConstantSDNode>(Op.getOperand(1)); in SimplifyDemandedVectorEltsForTargetNode() local 35459 auto *Amt = cast<ConstantSDNode>(Op.getOperand(1)); in SimplifyDemandedVectorEltsForTargetNode() local 40695 SDValue Amt) { in combineOrShiftToFunnelShift()
|
D | X86InstrInfo.cpp | 1554 unsigned Amt = MI.getOperand(3).getImm(); in commuteInstructionImpl() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 388 Operand *Amt = FlexReg->getShiftAmt(); in encodeOperand() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/AsmParser/ |
D | ARMAsmParser.cpp | 9677 unsigned Amt = Inst.getOperand(2).getImm(); in processInstruction() local
|