Home
last modified time | relevance | path

Searched refs:vAny (Results 1 – 9 of 9) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/
HDCodeGenTarget.cpp70 case MVT::vAny: return "MVT::vAny"; in getEnumName()
693 VT == MVT::iAny || VT == MVT::vAny) && in CodeGenIntrinsic()
730 VT == MVT::iAny || VT == MVT::vAny) && in CodeGenIntrinsic()
HDIntrinsicEmitter.cpp336 case MVT::vAny: ++Tmp; LLVM_FALLTHROUGH; in EncodeFixedType()
413 case MVT::vAny: in UpdateArgCodes()
HDCodeGenDAGPatterns.cpp801 case MVT::vAny: in expandOverloads()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/
HDMachineValueType.h244 vAny = 251, enumerator
390 SimpleTy==MVT::vAny || SimpleTy==MVT::iPTRAny); in isOverloaded()
690 case vAny: in getSizeInBits()
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
HDValueTypes.h208 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
HDValueTypes.td177 def vAny : ValueType<0 , 251>;
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/
HDMipsMSAInstrInfo.td317 def vsplat_uimm_pow2 : ComplexPattern<vAny, 1, "selectVSplatUimmPow2",
322 def vsplat_uimm_inv_pow2 : ComplexPattern<vAny, 1, "selectVSplatUimmInvPow2",
328 : SplatComplexPattern<vsplat_uimm3, vAny, 1, "selectVSplatMaskL",
331 : SplatComplexPattern<vsplat_uimm4, vAny, 1, "selectVSplatMaskL",
334 : SplatComplexPattern<vsplat_uimm5, vAny, 1, "selectVSplatMaskL",
337 : SplatComplexPattern<vsplat_uimm6, vAny, 1, "selectVSplatMaskL",
343 : SplatComplexPattern<vsplat_uimm3, vAny, 1, "selectVSplatMaskR",
346 : SplatComplexPattern<vsplat_uimm4, vAny, 1, "selectVSplatMaskR",
349 : SplatComplexPattern<vsplat_uimm5, vAny, 1, "selectVSplatMaskR",
352 : SplatComplexPattern<vsplat_uimm6, vAny, 1, "selectVSplatMaskR",
HDMipsInstrInfo.td1011 def vsplat_uimm # I : Operand<vAny> {
1040 def vsplat_simm # I : Operand<vAny> {
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/
HDIntrinsics.td205 def llvm_anyvector_ty : LLVMType<vAny>;