Home
last modified time | relevance | path

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

/freebsd-12-stable/contrib/llvm-project/llvm/utils/TableGen/
DCodeGenTarget.cpp68 case MVT::iAny: return "MVT::iAny"; in getEnumName()
756 VT == MVT::iAny || VT == MVT::vAny) && in CodeGenIntrinsic()
792 VT == MVT::iAny || VT == MVT::vAny) && in CodeGenIntrinsic()
DIntrinsicEmitter.cpp345 case MVT::iAny: ++Tmp; LLVM_FALLTHROUGH; in EncodeFixedType()
428 case MVT::iAny: in UpdateArgCodes()
DCodeGenDAGPatterns.cpp800 case MVT::iAny: in expandOverloads()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/Support/
DMachineValueType.h308 iAny = 253, enumerator
452 return (SimpleTy == MVT::Any || SimpleTy == MVT::iAny || in isOverloaded()
869 case iAny: in getSizeInBits()
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
DValueTypes.h212 return (V==MVT::iAny || V==MVT::fAny || V==MVT::vAny || V==MVT::iPTRAny); in isOverloaded()
DValueTypes.td236 def iAny : ValueType<0, 253>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARC/
DARCInstrFormats.td42 def MEMrs9 : Operand<iAny> {
48 def MEMrlimm : Operand<iAny> {
54 def GPR32Reduced : Operand<iAny> {
/freebsd-12-stable/contrib/llvm-project/llvm/include/llvm/IR/
DIntrinsics.td201 // the intrinsic is overloaded, so the matched type should be declared as iAny.
235 def llvm_anyint_ty : LLVMType<iAny>;
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
DX86InstrInfo.td871 def relocImm : ComplexPattern<iAny, 1, "selectRelocImm",