Searched refs:vAny (Results 1 – 9 of 9) sorted by relevance
| /freebsd-11-stable/contrib/llvm-project/llvm/utils/TableGen/ |
| HD | CodeGenTarget.cpp | 70 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()
|
| HD | IntrinsicEmitter.cpp | 336 case MVT::vAny: ++Tmp; LLVM_FALLTHROUGH; in EncodeFixedType() 413 case MVT::vAny: in UpdateArgCodes()
|
| HD | CodeGenDAGPatterns.cpp | 801 case MVT::vAny: in expandOverloads()
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/Support/ |
| HD | MachineValueType.h | 244 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/ |
| HD | ValueTypes.h | 208 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
|
| HD | ValueTypes.td | 177 def vAny : ValueType<0 , 251>;
|
| /freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Mips/ |
| HD | MipsMSAInstrInfo.td | 317 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",
|
| HD | MipsInstrInfo.td | 1011 def vsplat_uimm # I : Operand<vAny> { 1040 def vsplat_simm # I : Operand<vAny> {
|
| /freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/IR/ |
| HD | Intrinsics.td | 205 def llvm_anyvector_ty : LLVMType<vAny>;
|