Home
last modified time | relevance | path

Searched refs:hasType (Results 1 – 11 of 11) sorted by relevance

/trueos/contrib/llvm/lib/Target/Mips/
HDMipsSEInstrInfo.cpp205 else if (RC->hasType(MVT::v16i8)) in storeRegToStack()
207 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16)) in storeRegToStack()
209 else if (RC->hasType(MVT::v4i32) || RC->hasType(MVT::v4f32)) in storeRegToStack()
211 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64)) in storeRegToStack()
246 else if (RC->hasType(MVT::v16i8)) in loadRegFromStack()
248 else if (RC->hasType(MVT::v8i16) || RC->hasType(MVT::v8f16)) in loadRegFromStack()
250 else if (RC->hasType(MVT::v4i32) || RC->hasType(MVT::v4f32)) in loadRegFromStack()
252 else if (RC->hasType(MVT::v2i64) || RC->hasType(MVT::v2f64)) in loadRegFromStack()
/trueos/contrib/llvm/lib/Target/AArch64/
HDAArch64InstrInfo.cpp414 if (RC->hasType(MVT::i64) || RC->hasType(MVT::i32)) { in storeRegToStackSlot()
422 assert((RC->hasType(MVT::f32) || RC->hasType(MVT::f64) || in storeRegToStackSlot()
423 RC->hasType(MVT::f128)) in storeRegToStackSlot()
460 if (RC->hasType(MVT::i64) || RC->hasType(MVT::i32)) { in loadRegFromStackSlot()
468 assert((RC->hasType(MVT::f32) || RC->hasType(MVT::f64) in loadRegFromStackSlot()
469 || RC->hasType(MVT::f128)) in loadRegFromStackSlot()
/trueos/contrib/llvm/tools/clang/include/clang/ASTMatchers/
HDASTMatchers.h1771 hasType, AST_POLYMORPHIC_SUPPORTED_TYPES_2(Expr, ValueDecl),
1794 hasType, AST_POLYMORPHIC_SUPPORTED_TYPES_2(Expr, ValueDecl),
1908 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher))))
1916 anyOf(hasType(InnerMatcher), hasType(pointsTo(InnerMatcher))))
/trueos/contrib/llvm/lib/CodeGen/
HDTargetRegisterInfo.cpp119 if ((VT == MVT::Other || RC->hasType(VT)) && RC->contains(reg) && in getMinimalPhysRegClass()
/trueos/contrib/llvm/tools/clang/lib/ASTMatchers/Dynamic/
HDRegistry.cpp89 REGISTER_OVERLOADED_2(hasType); in RegistryMaps()
/trueos/contrib/llvm/include/llvm/Target/
HDTargetRegisterInfo.h104 bool hasType(EVT vt) const { in hasType() function
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDInstrEmitter.cpp164 assert(UseRC->hasType(VT) && "Incompatible phys register def and uses!"); in EmitCopyFromReg()
HDTargetLowering.cpp2094 if (RC->hasType(VT)) in getRegForInlineAsmConstraint()
HDSelectionDAGBuilder.cpp6112 PhysReg.second && !PhysReg.second->hasType(OpInfo.ConstraintVT)) { in GetRegistersForValue()
/trueos/contrib/llvm/lib/Target/X86/
HDX86ISelLowering.cpp15619 assert(RC->hasType(MVT::i32) && "Invalid destination!"); in emitEHSjLjSetJmp()
19873 if (Res.second->hasType(VT)) in getRegForInlineAsmConstraint()
19947 else if (X86::VR128RegClass.hasType(VT)) in getRegForInlineAsmConstraint()
19949 else if (X86::VR256RegClass.hasType(VT)) in getRegForInlineAsmConstraint()
19951 else if (X86::VR512RegClass.hasType(VT)) in getRegForInlineAsmConstraint()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCISelLowering.cpp6106 assert(RC->hasType(MVT::i32) && "Invalid destination!"); in emitEHSjLjSetJmp()