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

1234

/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FrameLowering.cpp942 TypeSize Scale = TypeSize::Fixed(1); local
1011 unsigned Scale; local
2365 int Scale local
[all...]
H A DAArch64InstrInfo.cpp2602 bool AArch64InstrInfo::getMemOpInfo(unsigned Opcode, TypeSize &Scale, argument
3027 int Scale = AArch64InstrInfo::getMemScale(Opc); local
[all...]
H A DAArch64ISelDAGToDAG.cpp852 unsigned Scale = Log2_32(Size); local
868 unsigned Scale = Log2_32(Size); local
923 unsigned Scale = Log2_32(Size); local
1146 unsigned Scale = Log2_32(Size); local
1434 findAddrModeSVELoadStore(SDNode *N, unsigned Opc_rr, unsigned Opc_ri, const SDValue &OldBase, const SDValue &OldOffset, unsigned Scale) argument
1454 SelectPredicatedLoad(SDNode *N, unsigned NumVecs, unsigned Scale, unsigned Opc_ri, unsigned Opc_rr) argument
1507 SelectPredicatedStore(SDNode *N, unsigned NumVecs, unsigned Scale, unsigned Opc_rr, unsigned Opc_ri) argument
4984 SelectSVERegRegAddrMode(SDValue N, unsigned Scale, SDValue &Base, SDValue &Offset) argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DIRTranslator.cpp1649 uint64_t Scale = cast<ConstantInt>(CI.getOperand(2))->getZExtValue(); local
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h869 int64_t Scale = 0; local
199 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I = nullptr) const argument
273 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp337 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I) const argument
425 getScalingFactorCost( Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h298 isLegalAddressingMode(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace, Instruction *I = nullptr) argument
333 getScalingFactorCost(Type *Ty, GlobalValue *BaseGV, int64_t BaseOffset, bool HasBaseReg, int64_t Scale, unsigned AddrSpace) argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DAutoUpgrade.cpp2601 unsigned Scale = DstNumElts / SrcNumElts; local
2646 unsigned Scale = SrcNumElts / DstNumElts; local
H A DInstructions.cpp652 Constant *Scale = ConstantExpr::getIntegerCast(CO, IntPtrTy, local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp3234 unsigned Scale = NumElts / Num128Lanes; local
H A DX86FastISel.cpp906 unsigned Scale = AM.Scale; local
[all...]
H A DX86InstrInfo.cpp7380 unsigned Scale = OldWidth / NewWidth; local
7390 unsigned Scale = NewWidth / OldWidth; local
H A DX86ISelDAGToDAG.cpp68 unsigned Scale; member in struct:__anon2730::X86ISelAddressMode
244 tryFoldLoad(SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
265 getAddressOperands(X86ISelAddressMode &AM, const SDLoc &DL, MVT VT, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2488 selectVectorAddr(MemSDNode *Parent, SDValue BasePtr, SDValue IndexOp, SDValue ScaleOp, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2523 selectAddr(SDNode *Parent, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2584 selectLEA64_32Addr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2621 selectLEAAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2711 selectTLSADDRAddr(SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2769 tryFoldLoad(SDNode *Root, SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
2783 tryFoldBroadcast(SDNode *Root, SDNode *P, SDValue N, SDValue &Base, SDValue &Scale, SDValue &Index, SDValue &Disp, SDValue &Segment) argument
3173 SDValue Base, Scale, Index, Disp, Segment; local
4461 unsigned Scale = CmpVT.is128BitVector() ? 4 : 2; local
4622 SDValue Scale = getI8Imm(1, dl); local
4701 SDValue Scale = getI8Imm(1, dl); local
4736 SDValue Scale = getI8Imm(1, dl); local
5787 SDValue Base, Scale, Index, Disp, Segment; local
5860 SDValue Base, Scale, Index, Disp, Segment; local
5938 SDValue Base, Scale, Index, Disp, Segment; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineCasts.cpp32 static Value *decomposeSimpleLinearExpr(Value *Val, unsigned &Scale, argument
144 unsigned Scale = (AllocElTySize*ArraySizeScale)/CastElTySize; local
[all...]
H A DInstructionCombining.cpp1300 Value *InstCombinerImpl::Descale(Value *Val, APInt Scale, bool &NoSignedWrap) { argument
2296 uint64_t Scale = SrcSize / ResSize; local
2338 uint64_t Scale = ArrayEltSize / ResSize; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelLowering.cpp1662 unsigned Scale = local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Instrumentation/
H A DPGOInstrumentation.cpp1703 double Scale = (SumCount / SumBFICount).convertToDouble(); local
2035 uint64_t Scale = calculateCountScale(MaxCount); local
H A DAddressSanitizer.cpp431 int Scale; member in struct:__anon2874::ShadowMapping
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Frontend/OpenMP/
H A DOMPIRBuilder.cpp1842 Value *Scale = local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp380 static bool isScaledConstantInRange(SDValue Node, int Scale, argument
991 const int Scale = FP16 ? 2 : 4; local
1138 SelectThumbAddrModeImm5S(SDValue N, unsigned Scale, SDValue &Base, SDValue &OffImm) argument
[all...]
H A DARMBaseInstrInfo.cpp2667 unsigned Scale = 1; local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/AsmParser/
H A DX86AsmParser.cpp49 static bool checkScale(unsigned Scale, StringRef &ErrMsg) { argument
426 unsigned BaseReg, IndexReg, TmpReg, Scale; member in class:__anon2686::X86AsmParser::IntelExprStateMachine
1274 CheckBaseRegAndIndexRegAndScale(unsigned BaseReg, unsigned IndexReg, unsigned Scale, bool Is64BitMode, StringRef &ErrMsg) argument
1726 CreateMemForMSInlineAsm( unsigned SegReg, const MCExpr *Disp, unsigned BaseReg, unsigned IndexReg, unsigned Scale, SMLoc Start, SMLoc End, unsigned Size, StringRef Identifier, const InlineAsmIdentifierInfo &Info, OperandVector &Operands) argument
2554 unsigned Scale = SM.getScale(); local
2906 unsigned BaseReg = 0, IndexReg = 0, Scale = 1; local
[all...]
/netbsd-current/external/apache2/llvm/dist/clang/lib/AST/
H A DType.cpp4381 FixedPointValueToString(SmallVectorImpl<char> &Str, llvm::APSInt Val, unsigned Scale) argument
H A DExpr.cpp836 FixedPointLiteral(const ASTContext &C, const llvm::APInt &V, QualType type, SourceLocation l, unsigned Scale) argument
848 CreateFromRawInt(const ASTContext &C, const llvm::APInt &V, QualType type, SourceLocation l, unsigned Scale) argument
/netbsd-current/sys/external/bsd/acpica/dist/include/
H A Dacrestyp.h678 UINT8 Scale; member in struct:acpi_resource_clock_input

Completed in 763 milliseconds

1234