Home
last modified time | relevance | path

Searched refs:isVoid (Results 1 – 16 of 16) sorted by relevance

/trueos/contrib/llvm/lib/IR/
HDValueTypes.cpp127 case MVT::isVoid: return "isVoid"; in getEVTString()
185 case MVT::isVoid: return Type::getVoidTy(Context); in getTypeForEVT()
253 return MVT::isVoid; in getVT()
/trueos/contrib/llvm/utils/TableGen/
HDCodeGenTarget.cpp71 case MVT::isVoid: return "MVT::isVoid"; in getEnumName()
497 if (VT == MVT::isVoid) in CodeGenIntrinsic()
531 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/) in CodeGenIntrinsic()
HDIntrinsicEmitter.cpp293 case MVT::isVoid: return Sig.push_back(IIT_VARARG); in EncodeFixedValueType()
385 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding()
HDCodeGenDAGPatterns.h87 bool isVoid() const { in isVoid() function
88 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid; in isVoid()
HDFastISelEmitter.cpp495 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns()
HDCodeGenDAGPatterns.cpp806 if (x.SDTCisVT_Info.VT == MVT::isVoid) in SDTypeConstraint()
/trueos/contrib/llvm/include/llvm/CodeGen/
HDValueTypes.td82 def isVoid : ValueType<0 , 56>; // Produces no value
HDValueTypes.h120 isVoid = 56, // This has no value enumerator
/trueos/contrib/llvm/include/llvm/IR/
HDIntrinsics.td112 def llvm_void_ty : LLVMType<isVoid>;
182 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
/trueos/contrib/llvm/lib/Target/ARM/
HDARMFastISel.cpp2107 if (RetVT != MVT::isVoid) { in FinishCall()
2266 RetVT = MVT::isVoid; in ARMEmitLibcall()
2271 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall()
2375 RetVT = MVT::isVoid; in SelectCall()
2381 if (RetVT != MVT::isVoid && RetVT != MVT::i1 && RetVT != MVT::i8 && in SelectCall()
HDARMISelLowering.cpp10442 case MVT::isVoid: in isLegalT2ScaledAddressingMode()
10501 case MVT::isVoid: in isLegalAddressingMode()
/trueos/contrib/llvm/lib/Target/PowerPC/
HDPPCFastISel.cpp1301 if (RetVT != MVT::isVoid) { in finishCall()
1383 RetVT = MVT::isVoid; in SelectCall()
1389 if (RetVT != MVT::isVoid && RetVT != MVT::i8 && RetVT != MVT::i16 && in SelectCall()
/trueos/contrib/llvm/include/llvm/Target/
HDTargetLowering.h571 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid && in getTypeToPromoteTo()
/trueos/contrib/llvm/tools/clang/lib/Sema/
HDSemaCodeComplete.cpp1785 bool isVoid = false; in AddOrdinaryNameResults() local
1787 isVoid = Function->getResultType()->isVoidType(); in AddOrdinaryNameResults()
1790 isVoid = Method->getResultType()->isVoidType(); in AddOrdinaryNameResults()
1793 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()
1795 if (!isVoid) { in AddOrdinaryNameResults()
/trueos/contrib/llvm/lib/CodeGen/
HDTargetLoweringBase.cpp937 NumRegistersForVT[MVT::isVoid] = 0; in computeRegisterProperties()
/trueos/contrib/llvm/lib/CodeGen/SelectionDAG/
HDSelectionDAGBuilder.cpp1820 MVT::isVoid, 0, 0, false, getCurSDLoc(), in visitSPDescriptorFailure()