/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyTypeUtilities.cpp | 72 wasm::ValType ValTy; wasmSymbolSetType() local
|
/freebsd-src/contrib/llvm-project/clang/include/clang/Analysis/FlowSensitive/ |
H A D | DataflowValues.h | 48 using ValTy = typename ValueTypes::ValTy; typedef [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600TargetTransformInfo.cpp | 110 InstructionCost R600TTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | Mips16ISelDAGToDAG.cpp | 101 EVT ValTy = Addr.getValueType(); in selectAddr() local
|
H A D | MipsLegalizerInfo.cpp | 23 LLT ValTy; member
|
H A D | MipsSEISelDAGToDAG.cpp | 271 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndex() local 287 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndexOffset() local
|
H A D | MipsISelLowering.cpp | 786 EVT ValTy = N->getValueType(0); performANDCombine() local 903 EVT ValTy = N->getValueType(0); performORCombine() local 935 EVT ValTy = N->getOperand(0)->getValueType(0); performORCombine() local 1093 EVT ValTy = N->getValueType(0); performADDCombine() local 1114 EVT ValTy = N->getValueType(0); performSHLCombine() local 2833 EVT ValTy = Op->getValueType(0); lowerEH_DWARF_CFA() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 162 using ValTy = ScopedHashTableVal<K, V>; variable
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 878 getVectorInstrCost(unsigned Opcode,Type * ValTy,TTI::TargetCostKind CostKind,unsigned Index,Value * Op0,Value * Op1) getVectorInstrCost() argument 917 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument 1670 getArithmeticReductionCost(unsigned Opcode,VectorType * ValTy,std::optional<FastMathFlags> FMF,TTI::TargetCostKind CostKind) getArithmeticReductionCost() argument 1756 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * ValTy,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument 1791 getMulAccReductionCost(bool IsUnsigned,Type * ResTy,VectorType * ValTy,TTI::TargetCostKind CostKind) getMulAccReductionCost() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 218 Type *ValTy; member 669 Type *ValTy = getPayload(Val)->getType(); getMask() local 684 createAdjustedPointer(IRBuilderBase & Builder,Value * Ptr,Type * ValTy,int Adjust,const InstMap & CloneMap) const createAdjustedPointer() argument 694 createAlignedPointer(IRBuilderBase & Builder,Value * Ptr,Type * ValTy,int Alignment,const InstMap & CloneMap) const createAlignedPointer() argument 712 createLoad(IRBuilderBase & Builder,Type * ValTy,Value * Ptr,Value * Predicate,int Alignment,Value * Mask,Value * PassThru,ArrayRef<Value * > MDSources) const createLoad() argument 742 createSimpleLoad(IRBuilderBase & Builder,Type * ValTy,Value * Ptr,int Alignment,ArrayRef<Value * > MDSources) const createSimpleLoad() argument 752 createPredicatedLoad(IRBuilderBase & Builder,Type * ValTy,Value * Ptr,Value * Predicate,int Alignment,ArrayRef<Value * > MDSources) const createPredicatedLoad() argument 1298 Type *ValTy = getPayload(B.Seg.Val)->getType(); realignLoadGroup() local 2440 auto *ValTy = cast<VectorType>(Val->getType()); vresize() local [all...] |
H A D | HexagonISelLowering.cpp | 1112 EVT ValTy = Op.getValueType(); LowerConstantPool() local 2656 extractVector(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ValTy,MVT ResTy,SelectionDAG & DAG) const extractVector() argument 2708 extractVectorPred(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ValTy,MVT ResTy,SelectionDAG & DAG) const extractVectorPred() argument 2762 insertVector(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVector() argument 2805 insertVectorPred(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVectorPred() argument 2885 MVT ValTy = ty(Val); appendUndef() local [all...] |
H A D | HexagonTargetTransformInfo.cpp | 271 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
H A D | HexagonISelDAGToDAG.cpp | 207 EVT ValTy = (IntNo == Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32; LoadInstrForLoadIntrinsic() local 340 EVT ValTy = SelectBrevLdIntrinsic() local 388 EVT ValTy = MVT::i32; SelectNewCircIntrinsic() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 739 const LLT ValTy(ValVT); handleAssignments() local 1135 LLT ValTy(ValVT); getStackValueStoreType() local 1181 LLT ValTy{VA.getValVT()}; extendRegister() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 341 const LLT &ValTy = Query.Types[0]; AArch64LegalizerInfo() local 1600 const LLT ValTy = MRI.getType(ValReg); legalizeLoadStore() local 1705 LLT ValTy = MRI.getType(Dst); legalizeVaArg() local [all...] |
H A D | AArch64PostLegalizerCombiner.cpp | 311 LLT ValTy = MRI.getType(Store.getValueReg()); in matchSplitStoreZero128() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 989 getExtendedReductionCost(unsigned Opcode,bool IsUnsigned,Type * ResTy,VectorType * ValTy,FastMathFlags FMF,TTI::TargetCostKind CostKind) getExtendedReductionCost() argument 1062 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument [all...] |
/freebsd-src/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 877 llvm::Type *ValTy = CGM.getTypes().ConvertType(Type); Finalize() local 883 BuildStruct(ConstantEmitter & Emitter,InitListExpr * ILE,QualType ValTy) BuildStruct() argument 895 BuildStruct(ConstantEmitter & Emitter,const APValue & Val,QualType ValTy) BuildStruct() argument 1328 llvm::Type *ValTy = CGM.getTypes().ConvertType(destType); VisitDesignatedInitUpdateExpr() local [all...] |
H A D | CGAtomic.cpp | 816 AddDirectArgument(CodeGenFunction & CGF,CallArgList & Args,bool UseOptimizedLibcall,llvm::Value * Val,QualType ValTy,SourceLocation Loc,CharUnits SizeInChars) AddDirectArgument() argument 1639 auto *ValTy = AsValue ConvertIntToValueOrAtomic() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 635 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument 1240 Type *ValTy = Operands[0]->getType(); getInstructionCost() local 1291 Type *ValTy = Operands[0]->getType(); getInstructionCost() local
|
/freebsd-src/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 357 Type *ValTy = pickType(); in Act() local
|
/freebsd-src/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 657 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument
|
/freebsd-src/contrib/llvm-project/llvm/lib/IR/ |
H A D | Verifier.cpp | 5740 Type *ValTy = Call.getArgOperand(0)->getType(); visitIntrinsicCall() local 5760 Type *ValTy = Call.getArgOperand(0)->getType(); visitIntrinsicCall() local 6158 auto *ValTy = cast<VectorType>(VPCast->getOperand(0)->getType()); visitVPIntrinsic() local 6278 Type *ValTy = FPI.getArgOperand(0)->getType(); visitConstrainedFPIntrinsic() local 6287 Type *ValTy = FPI.getArgOperand(0)->getType(); visitConstrainedFPIntrinsic() local [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/SystemZ/ |
H A D | SystemZTargetTransformInfo.cpp | 960 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument [all...] |
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/ |
H A D | AArch64TargetTransformInfo.cpp | 2965 getCmpSelInstrCost(unsigned Opcode,Type * ValTy,Type * CondTy,CmpInst::Predicate VecPred,TTI::TargetCostKind CostKind,const Instruction * I) getCmpSelInstrCost() argument 3559 getArithmeticReductionCostSVE(unsigned Opcode,VectorType * ValTy,TTI::TargetCostKind CostKind) getArithmeticReductionCostSVE() argument 3584 getArithmeticReductionCost(unsigned Opcode,VectorType * ValTy,std::optional<FastMathFlags> FMF,TTI::TargetCostKind CostKind) getArithmeticReductionCost() argument [all...] |