Home
last modified time | relevance | path

Searched defs:ValueVTs (Results 1 – 15 of 15) sorted by relevance

/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DFunctionLoweringInfo.cpp284 SmallVector<EVT, 4> ValueVTs; set() local
376 SmallVector<EVT, 4> ValueVTs; CreateRegs() local
426 SmallVector<EVT, 1> ValueVTs; ComputePHILiveOutRegInfo() local
553 SmallVector<EVT, 4> ValueVTs; getValueFromVirtualReg() local
[all...]
H A DSelectionDAGBuilder.cpp1831 SmallVector<EVT, 4> ValueVTs; getValueImpl() local
2164 SmallVector<EVT, 4> ValueVTs, MemVTs; visitRet() local
2191 SmallVector<EVT, 4> ValueVTs; visitRet() local
3284 SmallVector<EVT, 2> ValueVTs; visitLandingPad() local
3502 SmallVector<EVT, 4> ValueVTs; visitSelect() local
4332 SmallVector<EVT, 4> ValueVTs, MemVTs; visitLoad() local
4425 SmallVector<EVT, 4> ValueVTs; visitStoreToSwiftError() local
4462 SmallVector<EVT, 4> ValueVTs; visitLoadFromSwiftError() local
4499 SmallVector<EVT, 4> ValueVTs, MemVTs; visitStore() local
5051 SmallVector<EVT, 4> ValueVTs; visitTargetIntrinsic() local
6563 SmallVector<EVT, 2> ValueVTs; visitIntrinsicCall() local
8090 SmallVector<EVT, 4> ValueVTs; visitVectorPredicationIntrinsic() local
9808 SmallVector<EVT, 1> ValueVTs; emitInlineAsmError() local
10143 SmallVector<EVT, 3> ValueVTs; visitPatchpoint() local
10406 SmallVector<EVT, 4> ValueVTs; LowerCallTo() local
10931 SmallVector<EVT, 1> ValueVTs; LowerArguments() local
10957 SmallVector<EVT, 4> ValueVTs; LowerArguments() local
11125 SmallVector<EVT, 1> ValueVTs; LowerArguments() local
11154 SmallVector<EVT, 4> ValueVTs; LowerArguments() local
11366 SmallVector<EVT, 4> ValueVTs; HandlePHINodesInSuccessorBlocks() local
11972 SmallVector<EVT, 4> ValueVTs; visitFreeze() local
[all...]
H A DSelectionDAGBuilder.h717 SmallVector<EVT, 4> ValueVTs; global() member
H A DLegalizeVectorOps.cpp1859 EVT ValueVTs[] = {TmpEltVT, MVT::Other}; UnrollStrictFPOp() local
H A DLegalizeIntegerTypes.cpp1610 EVT ValueVTs[] = {LHS.getValueType(), N->getValueType(1)}; PromoteIntRes_UADDSUBO_CARRY() local
H A DLegalizeVectorTypes.cpp264 EVT ValueVTs[] = {VT, MVT::Other}; ScalarizeVecRes_StrictFPOp() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/
H A DAnalysis.cpp80 Type *Ty, SmallVectorImpl<EVT> &ValueVTs, in ComputeValueVTs() argument
123 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<TypeSize> * Offsets,TypeSize StartingOffset) ComputeValueVTs() argument
131 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<TypeSize> * Offsets,uint64_t StartingOffset) ComputeValueVTs() argument
139 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<uint64_t> * FixedOffsets,uint64_t StartingOffset) ComputeValueVTs() argument
154 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<EVT> * MemVTs,SmallVectorImpl<TypeSize> * Offsets,uint64_t StartingOffset) ComputeValueVTs() argument
163 ComputeValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<EVT> * MemVTs,SmallVectorImpl<uint64_t> * FixedOffsets,uint64_t StartingOffset) ComputeValueVTs() argument
H A DTargetLoweringBase.cpp1722 SmallVector<EVT, 4> ValueVTs; GetReturnInfo() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/WebAssembly/
H A DWebAssemblyMachineFunctionInfo.cpp44 computeLegalValueVTs(const WebAssemblyTargetLowering & TLI,LLVMContext & Ctx,const DataLayout & DL,Type * Ty,SmallVectorImpl<MVT> & ValueVTs) computeLegalValueVTs() argument
57 computeLegalValueVTs(const Function & F,const TargetMachine & TM,Type * Ty,SmallVectorImpl<MVT> & ValueVTs) computeLegalValueVTs() argument
H A DWebAssemblyFrameLowering.cpp70 SmallVector<EVT, 4> ValueVTs; in getLocalForStackObject() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/NVPTX/
H A DNVPTXISelLowering.cpp167 ComputePTXValueVTs(const TargetLowering & TLI,const DataLayout & DL,Type * Ty,SmallVectorImpl<EVT> & ValueVTs,SmallVectorImpl<uint64_t> * Offsets=nullptr,uint64_t StartingOffset=0) ComputePTXValueVTs() argument
289 CanMergeParamLoadStoresStartingAt(unsigned Idx,uint32_t AccessSize,const SmallVectorImpl<EVT> & ValueVTs,const SmallVectorImpl<uint64_t> & Offsets,Align ParamAlignment) CanMergeParamLoadStoresStartingAt() argument
351 VectorizePTXValueVTs(const SmallVectorImpl<EVT> & ValueVTs,const SmallVectorImpl<uint64_t> & Offsets,Align ParamAlignment,bool IsVAArg=false) VectorizePTXValueVTs() argument
[all...]
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPUTargetTransformInfo.cpp1204 SmallVector<EVT, 4> ValueVTs; adjustInliningThresholdUsingCallee() local
H A DAMDGPUISelLowering.cpp1140 SmallVector<EVT, 16> ValueVTs; analyzeFormalArgumentsCompute() local
/freebsd-src/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DCallLowering.cpp945 SmallVector<EVT, 1> ValueVTs; insertSRetIncomingArgument() local
/freebsd-src/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp25293 SmallVector<EVT> ValueVTs; functionArgumentNeedsConsecutiveRegisters() local
[all...]