Home
last modified time | relevance | path

Searched defs:ValTy (Results 1 – 25 of 50) sorted by relevance

12

/netbsd-src/external/apache2/llvm/dist/clang/include/clang/Analysis/FlowSensitive/
H A DDataflowValues.h48 typedef typename ValueTypes::ValTy ValTy; typedef
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonVectorCombine.cpp156 Type *ValTy; member
422 Type *ValTy = getPayload(Val)->getType(); in getMask() local
439 Type *ValTy, int Adjust) const in createAdjustedPointer()
457 Type *ValTy, int Alignment) const in createAlignedPointer()
465 auto AlignVectors::createAlignedLoad(IRBuilder<> &Builder, Type *ValTy, in createAlignedLoad()
819 Type *ValTy = getPayload(B.Seg.Val)->getType(); in realignGroup() local
1137 auto *ValTy = cast<VectorType>(Val->getType()); in vresize() local
H A DHexagonTargetTransformInfo.cpp249 InstructionCost HexagonTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
H A DHexagonISelLowering.cpp1115 EVT ValTy = Op.getValueType(); in LowerConstantPool() local
2502 const SDLoc &dl, MVT ValTy, MVT ResTy, in extractVector()
2601 const SDLoc &dl, MVT ValTy, in insertVector()
2605 MVT ValTy = ty(ValV); in insertVector() local
2704 MVT ValTy = ty(Val); in appendUndef() local
H A DHexagonISelDAGToDAG.cpp202 EVT ValTy = (IntNo == Intrinsic::hexagon_circ_ldd) ? MVT::i64 : MVT::i32; in LoadInstrForLoadIntrinsic() local
335 EVT ValTy = in SelectBrevLdIntrinsic() local
383 EVT ValTy = MVT::i32; in SelectNewCircIntrinsic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMips16ISelDAGToDAG.cpp101 EVT ValTy = Addr.getValueType(); in selectAddr() local
H A DMipsLegalizerInfo.cpp21 LLT ValTy; member
H A DMipsSEISelDAGToDAG.cpp271 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndex() local
287 EVT ValTy = Addr.getValueType(); in selectAddrFrameIndexOffset() local
H A DMipsISelLowering.cpp791 EVT ValTy = N->getValueType(0); in performANDCombine() local
907 EVT ValTy = N->getValueType(0); in performORCombine() local
939 EVT ValTy = N->getOperand(0)->getValueType(0); in performORCombine() local
1094 EVT ValTy = N->getValueType(0); in performADDCombine() local
1115 EVT ValTy = N->getValueType(0); in performSHLCombine() local
2810 EVT ValTy = Op->getValueType(0); in lowerEH_DWARF_CFA() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DScopedHashTable.h160 using ValTy = ScopedHashTableVal<K, V>; variable
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.cpp800 InstructionCost ARMTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
836 InstructionCost ARMTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
1591 ARMTTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost()
1616 Type *ResTy, VectorType *ValTy, in getExtendedAddReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.cpp1097 InstructionCost AArch64TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
1579 unsigned Opcode, VectorType *ValTy, bool IsPairwise, in getArithmeticReductionCostSVE()
1607 AArch64TTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost()
/netbsd-src/external/gpl3/gcc/dist/libphobos/libdruntime/core/stdcpp/
H A Dvector.d780 alias ValTy = _Vector_val!Ty; in version() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AArch64/GISel/
H A DAArch64LegalizerInfo.cpp272 const LLT &ValTy = Query.Types[0]; in AArch64LegalizerInfo() local
947 const LLT ValTy = MRI.getType(ValReg); in legalizeLoadStore() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h530 InstructionCost getCmpSelInstrCost(unsigned Opcode, Type *ValTy, Type *CondTy, in getCmpSelInstrCost()
1016 Type *ValTy = U->getOperand(0)->getType(); in getUserCost() local
1052 Type *ValTy = U->getOperand(0)->getType(); in getUserCost() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp882 InstructionCost GCNTTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
1334 InstructionCost R600TTIImpl::getVectorInstrCost(unsigned Opcode, Type *ValTy, in getVectorInstrCost()
/netbsd-src/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCGExprConstant.cpp855 llvm::Type *ValTy = CGM.getTypes().ConvertType(Type); in Finalize() local
861 QualType ValTy) { in BuildStruct()
873 QualType ValTy) { in BuildStruct()
1275 llvm::Type *ValTy = CGM.getTypes().ConvertType(destType); in VisitDesignatedInitUpdateExpr() local
H A DCGAtomic.cpp762 bool UseOptimizedLibcall, llvm::Value *Val, QualType ValTy, in AddDirectArgument()
1478 auto *ValTy = AsValue in ConvertIntToValueOrAtomic() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp638 const LLT ValTy(ValVT); in handleAssignments() local
1056 LLT ValTy{VA.getValVT()}; in extendRegister() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86TargetTransformInfo.cpp2159 InstructionCost X86TTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
3523 X86TTIImpl::getArithmeticReductionCost(unsigned Opcode, VectorType *ValTy, in getArithmeticReductionCost()
3904 X86TTIImpl::getMinMaxReductionCost(VectorType *ValTy, VectorType *CondTy, in getMinMaxReductionCost()
/netbsd-src/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp360 Type *ValTy = Val->getType(); in Act() local
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/SystemZ/
H A DSystemZTargetTransformInfo.cpp872 InstructionCost SystemZTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/netbsd-src/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCTargetTransformInfo.cpp1028 InstructionCost PPCTTIImpl::getCmpSelInstrCost(unsigned Opcode, Type *ValTy, in getCmpSelInstrCost()
/netbsd-src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DGenericTaintChecker.cpp669 QualType ValTy = ArgTy->getPointeeType(); in getPointeeOf() local
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DDIE.h387 using ValTy = variable

12