Home
last modified time | relevance | path

Searched defs:Tys (Results 176 – 200 of 666) sorted by relevance

12345678910>>...27

/dports/devel/llvm11/llvm-11.0.1.src/lib/IR/
H A DFunction.cpp708 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
1018 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
1118 ID id, ArrayRef<Type*> Tys) { in getType()
1161 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/VectorCompiler/lib/GenXCodeGen/
H A DGenXPatternMatch.cpp1368 Type *Tys[2] = {VTy, V0->getType()}; in emit() local
1455 Type *Tys[2] = {AInst->getType(), Vals[0]->getType()}; in emit() local
1705 Type *Tys[2] = {AInst->getType(), Vals[0]->getType()}; in emit() local
1800 Type *Tys[2] = {MainBfnInst->getType(), Srcs[0]->getType()}; in emit() local
1978 Type *Tys[2] = {SelInst->getType(), Srcs[0]->getType()}; in emit() local
2562 Type *Tys[2] = {Inst->getType(), Src->getType()}; in simplifyTruncSat() local
3194 Type *Tys[] = {ShtAmt[0]->getType()}; in vectorizeConstants() local
H A DGenXLowering.cpp1034 SmallVector<Type *, 4> Tys = {DstTy}; in splitGatherScatter() local
1088 Type *Tys[] = {Args[PredIdx]->getType(), Args[AddrIdx]->getType(), in splitGatherScatter() local
3170 Type *Tys[2] = {RetTy, VecTy}; in buildLegalMadw() local
4062 Type *Tys[] = {OldVal->getType(), Args[0]->getType(), EltOffsetTy}; in emitGather() local
4123 Type *Tys[] = {Args[0]->getType(), EltOffsetTy, Val->getType()}; in emitScatter() local
4179 Type *Tys[] = {OldVal->getType(), Args[0]->getType(), Addr->getType()}; in emitSVMGather() local
4226 Type *Tys[] = {Args[0]->getType(), Addr->getType(), Val->getType()}; in emitSVMScatter() local
4268 Type *Tys[] = {ValTy, Addr->getType()}; in emitSVMBlockLD() local
4299 Type *Tys[] = {Addr->getType(), ValTy}; in emitSVMBlockST() local
H A DGenXPromoteStatefulToBindless.cpp349 Type *Tys[] = {BSS.getType()}; in createSurfaceStateOffsetWrite() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/IR/
H A DFunction.cpp775 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
1092 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
1192 ID id, ArrayRef<Type*> Tys) { in getType()
1235 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DFunction.cpp785 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
1108 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
1209 ID id, ArrayRef<Type*> Tys) { in getType()
1252 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/IR/
H A DFunction.cpp785 std::string Intrinsic::getName(ID id, ArrayRef<Type*> Tys) { in getName()
1108 ArrayRef<Type*> Tys, LLVMContext &Context) { in DecodeFixedType()
1209 ID id, ArrayRef<Type*> Tys) { in getType()
1252 Function *Intrinsic::getDeclaration(Module *M, ID id, ArrayRef<Type*> Tys) { in getDeclaration()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp110 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
117 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
125 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
134 ArrayRef<Type *> Tys) : in IntrinsicCostAttributes()
879 ArrayRef<Type *> Tys, in getCallInstrCost()
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp111 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
118 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
126 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
135 ArrayRef<Type *> Tys) : in IntrinsicCostAttributes()
903 ArrayRef<Type *> Tys, in getCallInstrCost()
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/lib/Analysis/
H A DTargetTransformInfo.cpp111 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
118 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
126 ArrayRef<Type *> Tys, in IntrinsicCostAttributes()
135 ArrayRef<Type *> Tys) : in IntrinsicCostAttributes()
906 ArrayRef<Type *> Tys, in getCallInstrCost()
/dports/devel/llvm-devel/llvm-project-f05c95f10fc1d8171071735af8ad3a9e87633120/llvm/include/llvm/CodeGen/
H A DBasicTTIImpl.h709 ArrayRef<Type *> Tys) { in getOperandsScalarizationOverhead()
737 ArrayRef<Type *> Tys) { in getScalarizationOverhead()
1504 const SmallVectorImpl<Type *> &Tys = ICA.getArgTypes(); in getTypeBasedIntrinsicInstrCost() local
1985 ArrayRef<Type *> Tys, in getCallInstrCost()
/dports/emulators/ppsspp-qt5/ppsspp-1.12.3/ext/glslang/Test/baseResults/
H A Dhlsl.type.type.conversion.valid.frag.out698 0:20 move second child to first child ( temp 2-component vector of float)
724 0:24 move second child to first child ( temp 4-component vector of float)
1499 9(@main(): 7(fvec4) Function None 8
/dports/devel/llvm70/llvm-7.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h457 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
466 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
481 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h463 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
472 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
487 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h460 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
469 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
484 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
/dports/security/clamav-lts/clamav-0.103.5/libclamav/c++/llvm/lib/Transforms/Utils/
H A DInlineFunction.cpp320 const Type *Tys[3] = {VoidPtrTy, VoidPtrTy, Type::getInt64Ty(Context)}; in InlineFunction() local
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/Compiler/CISACodeGen/
H A DResolveGAS.cpp572 Type* Tys[] = { NewDstTy ? NewDstTy : I.getArgOperand(0)->getType(), in handleMemTransferInst() local
617 Type* Tys[] = { OrigDstTy, I.getArgOperand(2)->getType() }; in visitMemSetInst() local
640 Type* Tys[4]; in visitCallInst() local
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h492 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
516 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h492 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
516 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h492 ArrayRef<Type *> Tys, FastMathFlags FMF, in getIntrinsicInstrCost()
501 unsigned getCallInstrCost(Function *F, Type *RetTy, ArrayRef<Type *> Tys) { in getCallInstrCost()
516 unsigned getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) { return 0; } in getCostOfKeepingLiveOverCall()
/dports/devel/intel-graphics-compiler/intel-graphics-compiler-igc-1.0.9636/IGC/AdaptorOCL/SPIRV/libSPIRV/
H A DSPIRVInstruction.h100 std::vector<SPIRVType *> Tys; in getCompOperandTypes() local
/dports/devel/wasi-libcxx/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h311 ArrayRef<Type *> Tys) const { in getOperandsScalarizationOverhead()
612 ArrayRef<Type *> Tys, in getCallInstrCost()
641 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()
/dports/graphics/llvm-mesa/llvm-13.0.1.src/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h311 ArrayRef<Type *> Tys) const { in getOperandsScalarizationOverhead()
612 ArrayRef<Type *> Tys, in getCallInstrCost()
641 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()
/dports/lang/rust/rustc-1.58.1-src/src/llvm-project/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h311 ArrayRef<Type *> Tys) const { in getOperandsScalarizationOverhead()
612 ArrayRef<Type *> Tys, in getCallInstrCost()
641 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()
/dports/devel/wasi-compiler-rt13/llvm-project-13.0.1.src/llvm/include/llvm/Analysis/
H A DTargetTransformInfoImpl.h311 ArrayRef<Type *> Tys) const { in getOperandsScalarizationOverhead()
612 ArrayRef<Type *> Tys, in getCallInstrCost()
641 InstructionCost getCostOfKeepingLiveOverCall(ArrayRef<Type *> Tys) const { in getCostOfKeepingLiveOverCall()

12345678910>>...27