Searched defs:Scale (Results 76 - 89 of 89) sorted by relevance

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeVectorTypes.cpp1824 SDValue Scale = MGT->getScale(); local
2515 SDValue Scale = MGT->getScale(); local
2659 SDValue Scale = N->getScale(); local
4082 SDValue Scale local
4937 SDValue Scale = MG->getScale(); local
4958 SDValue Scale = MSC->getScale(); local
[all...]
H A DLegalizeIntegerTypes.cpp968 unsigned Scale = N->getConstantOperandVal(2); local
3407 uint64_t Scale = N->getConstantOperandVal(2); local
913 earlyExpandDIVFIX(SDNode *N, SDValue LHS, SDValue RHS, unsigned Scale, const TargetLowering &TLI, SelectionDAG &DAG, unsigned SatW = 0) argument
[all...]
H A DTargetLowering.cpp677 unsigned Scale = NumDstEltBits / NumSrcEltBits; local
700 unsigned Scale = NumSrcEltBits / NumDstEltBits; local
2148 unsigned Scale = BitWidth / NumSrcEltBits; local
2174 unsigned Scale local
2460 unsigned Scale = NumElts / NumSrcElts; local
2503 unsigned Scale = NumSrcElts / NumElts; local
[all...]
H A DSelectionDAGBuilder.cpp3954 SDValue Scale = DAG.getConstant(ElementMul.getZExtValue(), dl, local
4420 SDValue Scale; local
4539 SDValue Scale; local
4353 getUniformBase(const Value *Ptr, SDValue &Base, SDValue &Index, ISD::MemIndexType &IndexType, SDValue &Scale, SelectionDAGBuilder *SDB, const BasicBlock *CurBB) argument
5399 expandDivFix(unsigned Opcode, const SDLoc &DL, SDValue LHS, SDValue RHS, SDValue Scale, SelectionDAG &DAG, const TargetLowering &TLI) argument
[all...]
H A DDAGCombiner.cpp3729 SDValue Scale = N->getOperand(2); local
9669 SDValue Scale = MSC->getScale(); local
9725 SDValue Scale = MGT->getScale(); local
21520 unsigned Scale = EltSizeInBits / N1SrcSVT.getSizeInBits(); local
21524 unsigned Scale = N1SrcSVT.getSizeInBits() / EltSizeInBits; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DLoopStrengthReduce.cpp350 int64_t Scale = 0; member in struct:__anon2975::Formula
623 OS << Scale << "*reg("; local
1630 isAMCompletelyFolded(const TargetTransformInfo &TTI, LSRUse::KindType Kind, MemAccessTy AccessTy, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, Instruction *Fixup ) argument
1684 isAMCompletelyFolded(const TargetTransformInfo &TTI, int64_t MinOffset, int64_t MaxOffset, LSRUse::KindType Kind, MemAccessTy AccessTy, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale) argument
1722 isLegalUse(const TargetTransformInfo &TTI, int64_t MinOffset, int64_t MaxOffset, LSRUse::KindType Kind, MemAccessTy AccessTy, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale) argument
2458 int64_t Scale = C->getSExtValue(); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp5848 unsigned Scale = BytesPerElement / TruncBytes; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DCodeGenPrepare.cpp3845 matchScaledValue(Value *ScaleReg, int64_t Scale, unsigned Depth) argument
8082 uint32_t Scale = (NewMax / std::numeric_limits<uint32_t>::max()) + 1; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp5898 unsigned Scale = N->getConstantOperandVal(5); local
/netbsd-current/external/apache2/llvm/dist/clang/include/clang/AST/
H A DExpr.h1529 unsigned Scale; member in class:clang::FixedPointLiteral
/netbsd-current/sys/arch/m68k/060sp/dist/
H A Dfplsp.s9424 Scale: label
H A Dfpsp.s9783 Scale: label
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIISelLowering.cpp8520 SDValue Scale = NumeratorScaled.getValue(1); local
8559 SDValue Scale; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp17535 unsigned Scale = 1; local
17647 int Scale local
17685 const int Scale = AM.Scale; local
17728 int Scale = AM.Scale; local
[all...]

Completed in 924 milliseconds

1234