HomeSort by: relevance | last modified time | path
    Searched defs:getValueType (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/utils/TableGen/
CodeGenTarget.h 34 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
36 MVT::SimpleValueType getValueType(Record *Rec);
214 MVT::SimpleValueType getValueType() const { return Ty; }
CodeGenTarget.cpp 43 /// getValueType - Return the MVT::SimpleValueType that the specified TableGen
45 MVT::SimpleValueType llvm::getValueType(Record *Rec) {
564 Ty = ::getValueType(R->getValueAsDef("Ty"));
717 MVT::SimpleValueType VT = getValueType(TyEl->getValueAsDef("VT"));
744 VT = getValueType(TyEl->getValueAsDef("VT"));
780 VT = getValueType(TyEl->getValueAsDef("VT"));
  /src/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Core/
MemRegion.cpp 168 QualType ObjCIvarRegion::getValueType() const {
172 QualType CXXBaseObjectRegion::getValueType() const {
176 QualType CXXDerivedObjectRegion::getValueType() const {
180 QualType ParamVarRegion::getValueType() const {
482 os << "temp_object{" << getValueType().getAsString() << ", "
1165 const CXXRecordDecl *Class = Super->getValueType()->getAsCXXRecordDecl();
1510 QualType EleTy = ER->getValueType();
  /src/external/apache2/llvm/dist/clang/include/clang/Analysis/Analyses/
ThreadSafetyTIL.h 180 inline static ValueType getValueType();
202 inline ValueType ValueType::getValueType<void>() {
207 inline ValueType ValueType::getValueType<bool>() {
212 inline ValueType ValueType::getValueType<int8_t>() {
217 inline ValueType ValueType::getValueType<uint8_t>() {
222 inline ValueType ValueType::getValueType<int16_t>() {
227 inline ValueType ValueType::getValueType<uint16_t>() {
232 inline ValueType ValueType::getValueType<int32_t>() {
237 inline ValueType ValueType::getValueType<uint32_t>() {
242 inline ValueType ValueType::getValueType<int64_t>()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/CodeGen/
CGAtomic.cpp 51 ValueTy = ATy->getValueType();
134 QualType getValueType() const { return ValueTy; }
206 return LValue::MakeAddr(addr, getValueType(), CGF.getContext(),
596 PostOp = E->getValueType()->isFloatingType() ? llvm::Instruction::FAdd
602 Op = E->getValueType()->isFloatingType() ? llvm::AtomicRMWInst::FAdd
607 PostOp = E->getValueType()->isFloatingType() ? llvm::Instruction::FSub
613 Op = E->getValueType()->isFloatingType() ? llvm::AtomicRMWInst::FSub
623 Op = E->getValueType()->isSignedIntegerType() ? llvm::AtomicRMWInst::Min
633 Op = E->getValueType()->isSignedIntegerType() ? llvm::AtomicRMWInst::Max
682 E->getValueType()->isSignedIntegerType()
    [all...]
  /src/external/apache2/llvm/dist/clang/lib/AST/
Expr.cpp 4684 QualType AtomicExpr::getValueType() const {
4687 return AT->getValueType();
  /src/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
SelectionDAGNodes.h 180 inline EVT getValueType() const;
184 return getValueType().getSimpleVT();
193 return getValueType().getSizeInBits();
197 return getValueType().getScalarType().getFixedSizeInBits();
309 /// Convenience function for get().getValueType().
310 EVT getValueType() const { return Val.getValueType(); }
933 getOperand(getNumOperands()-1).getValueType() == MVT::Glue)
942 if (UI.getUse().get().getValueType() == MVT::Glue)
958 EVT getValueType(unsigned ResNo) const
    [all...]
TargetLowering.h 1390 EVT getValueType(const DataLayout &DL, Type *Ty,
1425 return getValueType(DL, Ty, AllowUnknown);
1429 /// Return the MVT corresponding to this LLVM type. See getValueType.
1432 return getValueType(DL, Ty, AllowUnknown).getSimpleVT();
2536 EVT VT = getValueType(DL, Ext->getType());
2537 EVT LoadVT = getValueType(DL, Load->getType());
2653 return isZExtFree(Val.getValueType(), VT2);
2718 return isOperationLegal(ISD::FMAD, N->getValueType(0));
4312 return DAG.getConstantFP(0.0, SDLoc(Operand), Operand.getValueType());

Completed in 39 milliseconds