/freebsd/contrib/llvm-project/llvm/lib/Target/WebAssembly/Utils/ |
H A D | WebAssemblyTypeUtilities.cpp | 76 wasm::ValType ValTy; in wasmSymbolSetType() local
|
/freebsd/contrib/llvm-project/llvm/lib/IR/ |
H A D | VectorBuilder.cpp | 64 Type *ValTy, in createSimpleTargetReduction()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Xtensa/ |
H A D | XtensaISelDAGToDAG.cpp | 40 EVT ValTy = Addr.getValueType(); in selectMemRegAddr() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AMDGPU/ |
H A D | R600TargetTransformInfo.cpp | 110 InstructionCost R600TTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
|
/freebsd/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 | 802 EVT ValTy = N->getValueType(0); in performANDCombine() local 919 EVT ValTy = N->getValueType(0); in performORCombine() local 951 EVT ValTy = N->getOperand(0)->getValueType(0); in performORCombine() local 1109 EVT ValTy = N->getValueType(0); in performADDCombine() local 1130 EVT ValTy = N->getValueType(0); in performSHLCombine() local 2849 EVT ValTy = Op->getValueType(0); in lowerEH_DWARF_CFA() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMTargetTransformInfo.cpp | 882 InstructionCost ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost() 921 InstructionCost ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost() 1682 ARMTTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost() 1768 unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *ValTy, in getExtendedReductionCost() 1803 VectorType *ValTy, in getMulAccReductionCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/ADT/ |
H A D | ScopedHashTable.h | 162 using ValTy = ScopedHashTableVal<K, V>; variable
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Hexagon/ |
H A D | HexagonVectorCombine.cpp | 218 Type *ValTy; member 669 Type *ValTy = getPayload(Val)->getType(); in getMask() local 684 Type *ValTy, int Adjust, in createAdjustedPointer() 694 Type *ValTy, int Alignment, in createAlignedPointer() 712 auto AlignVectors::createLoad(IRBuilderBase &Builder, Type *ValTy, Value *Ptr, in createLoad() 742 auto AlignVectors::createSimpleLoad(IRBuilderBase &Builder, Type *ValTy, in createSimpleLoad() 752 auto AlignVectors::createPredicatedLoad(IRBuilderBase &Builder, Type *ValTy, in createPredicatedLoad() 1298 Type *ValTy = getPayload(B.Seg.Val)->getType(); in realignLoadGroup() local 2440 auto *ValTy = cast<VectorType>(Val->getType()); in vresize() local
|
H A D | HexagonISelLowering.cpp | 1131 EVT ValTy = Op.getValueType(); in LowerConstantPool() local 2673 const SDLoc &dl, MVT ValTy, MVT ResTy, in extractVector() argument 2725 extractVectorPred(SDValue VecV,SDValue IdxV,const SDLoc & dl,MVT ValTy,MVT ResTy,SelectionDAG & DAG) const extractVectorPred() argument 2779 insertVector(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVector() argument 2822 insertVectorPred(SDValue VecV,SDValue ValV,SDValue IdxV,const SDLoc & dl,MVT ValTy,SelectionDAG & DAG) const insertVectorPred() argument 2902 MVT ValTy = ty(Val); appendUndef() local [all...] |
H A D | HexagonTargetTransformInfo.cpp | 258 InstructionCost HexagonTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
|
H A D | HexagonISelDAGToDAG.cpp | 212 EVT ValTy = (IntNo == Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32; in LoadInstrForLoadIntrinsic() local 345 EVT ValTy = in SelectBrevLdIntrinsic() local 393 EVT ValTy = MVT::i32; in SelectNewCircIntrinsic() local
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/ |
H A D | CallLowering.cpp | 785 const LLT ValTy(ValVT); in handleAssignments() local 1250 LLT ValTy(ValVT); in getStackValueStoreType() local 1296 LLT ValTy{VA.getValVT()}; in extendRegister() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/Targets/ |
H A D | Mips.cpp | 382 llvm::Type *ValTy = CGF.ConvertType(OrigTy); in EmitVAArg() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64LegalizerInfo.cpp | 332 const LLT &ValTy = Query.Types[0]; in AArch64LegalizerInfo() local 1745 const LLT ValTy = MRI.getType(ValReg); in legalizeLoadStore() local 1850 LLT ValTy = MRI.getType(Dst); in legalizeVaArg() local
|
H A D | AArch64PostLegalizerCombiner.cpp | 311 LLT ValTy = MRI.getType(Store.getValueReg()); in matchSplitStoreZero128() local
|
/freebsd/contrib/llvm-project/clang/lib/CodeGen/ |
H A D | CGExprConstant.cpp | 896 llvm::Type *ValTy = CGM.getTypes().ConvertType(Type); in Finalize() local 902 QualType ValTy) { in BuildStruct() 914 QualType ValTy) { in BuildStruct() 1421 llvm::Type *ValTy = CGM.getTypes().ConvertType(destType); in VisitDesignatedInitUpdateExpr() local
|
H A D | CGAtomic.cpp | 1409 static bool shouldCastToInt(llvm::Type *ValTy, bool CmpXchg) { in shouldCastToInt() 1429 auto *ValTy = AsValue in ConvertToValueOrAtomic() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVTargetTransformInfo.cpp | 1333 unsigned Opcode, bool IsUnsigned, Type *ResTy, VectorType *ValTy, in getExtendedReductionCost() 1406 InstructionCost RISCVTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/Analysis/ |
H A D | TargetTransformInfoImpl.h | 658 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost() 1283 Type *ValTy = Operands[0]->getType(); in getInstructionCost() local 1334 Type *ValTy = Operands[0]->getType(); in getInstructionCost() local
|
/freebsd/contrib/llvm-project/llvm/tools/llvm-stress/ |
H A D | llvm-stress.cpp | 357 Type *ValTy = pickType(); in Act() local
|
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/ |
H A D | LoopVectorize.cpp | 5568 Type *ValTy = getLoadStoreType(I); in getMemInstScalarizationCost() local 5623 Type *ValTy = getLoadStoreType(I); in getConsecutiveMemOpCost() local 5655 Type *ValTy = getLoadStoreType(I); in getUniformMemOpCost() local 5681 Type *ValTy = getLoadStoreType(I); in getGatherScatterCost() local 5695 Type *ValTy = getLoadStoreType(I); in getInterleaveGroupCost() local 5919 Type *ValTy = getLoadStoreType(I); in getMemoryInstructionCost() local 6548 Type *ValTy = I->getOperand(0)->getType(); in getInstructionCost() local 9243 VectorType *ValTy = cast<VectorType>(Operand->getType()); in createReverseEVL() local
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCTargetTransformInfo.cpp | 658 InstructionCost PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
|