Home
last modified time | relevance | path

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

/minix3/external/bsd/llvm/dist/llvm/test/TableGen/
H A Dintrinsic-varargs.td25 // isVoid needs to match the definition in ValueTypes.td
26 def isVoid : ValueType<0, 56>; // Produces no value
27 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
/minix3/external/bsd/llvm/dist/llvm/lib/IR/
H A DValueTypes.cpp127 case MVT::isVoid: return "isVoid"; in getEVTString()
185 case MVT::isVoid: return Type::getVoidTy(Context); in getTypeForEVT()
253 return MVT::isVoid; in getVT()
/minix3/external/bsd/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp71 case MVT::isVoid: return "MVT::isVoid"; in getEnumName()
511 if (VT == MVT::isVoid) in CodeGenIntrinsic()
547 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/) in CodeGenIntrinsic()
H A DIntrinsicEmitter.cpp290 case MVT::isVoid: return Sig.push_back(IIT_VARARG); in EncodeFixedValueType()
394 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding()
H A DCodeGenDAGPatterns.h87 bool isVoid() const { in isVoid() function
88 return TypeVec.size() == 1 && TypeVec[0] == MVT::isVoid; in isVoid()
H A DFastISelEmitter.cpp514 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns()
H A DCodeGenDAGPatterns.cpp813 if (x.SDTCisVT_Info.VT == MVT::isVoid) in SDTypeConstraint()
/minix3/external/bsd/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp179 bool isVoid() const { return Void; } in isVoid() function in __anon870a9de20111::Type
573 if (isVoid()) in builtin_str()
1223 if (!getReturnType().isVector() || getReturnType().isVoid() || in emitReturnReversal()
1292 if (!getReturnType().isVoid() && !SRet) in emitBodyAsBuiltinCall()
1363 if (!SRet && !RetVar.getType().isVoid()) in emitBodyAsBuiltinCall()
1375 if (!RetVar.getType().isVoid()) { in emitBody()
1397 if (!RetVar.getType().isVoid()) in emitBody()
1407 if (RetVar.getType().isVoid()) in emitReturn()
1534 assert_with_loc(!castToType.isVoid(), "Unknown typedef"); in emitDagCast()
1716 assert_with_loc(!A.first.isVoid(), in emitDagSaveTemp()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.td82 def isVoid : ValueType<0 , 56>; // Produces no value
H A DMachineValueType.h116 isVoid = 56, // This has no value enumerator
/minix3/external/bsd/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.td125 def llvm_void_ty : LLVMType<isVoid>;
195 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
/minix3/external/bsd/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp877 if (RetVT != MVT::isVoid) { in finishCall()
921 RetVT = MVT::isVoid; in fastLowerCall()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2037 if (RetVT != MVT::isVoid) { in FinishCall()
2198 RetVT = MVT::isVoid; in ARMEmitLibcall()
2203 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall()
2307 RetVT = MVT::isVoid; in SelectCall()
2313 if (RetVT != MVT::isVoid && RetVT != MVT::i1 && RetVT != MVT::i8 && in SelectCall()
H A DARMISelLowering.cpp10130 case MVT::isVoid: in isLegalT2ScaledAddressingMode()
10189 case MVT::isVoid: in isLegalAddressingMode()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1353 if (RetVT != MVT::isVoid) { in finishCall()
1431 RetVT = MVT::isVoid; in fastLowerCall()
1437 if (RetVT != MVT::isVoid && RetVT != MVT::i8 && RetVT != MVT::i16 && in fastLowerCall()
/minix3/external/bsd/llvm/dist/clang/lib/Sema/
H A DSemaCodeComplete.cpp1784 bool isVoid = false; in AddOrdinaryNameResults() local
1786 isVoid = Function->getReturnType()->isVoidType(); in AddOrdinaryNameResults()
1789 isVoid = Method->getReturnType()->isVoidType(); in AddOrdinaryNameResults()
1792 isVoid = SemaRef.getCurBlock()->ReturnType->isVoidType(); in AddOrdinaryNameResults()
1794 if (!isVoid) { in AddOrdinaryNameResults()
/minix3/external/bsd/llvm/dist/llvm/include/llvm/Target/
H A DTargetLowering.h677 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid && in getTypeToPromoteTo()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/
H A DTargetLoweringBase.cpp1054 NumRegistersForVT[MVT::isVoid] = 0; in computeRegisterProperties()
/minix3/external/bsd/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3025 if (RetVT != MVT::isVoid) { in finishCall()
3079 RetVT = MVT::isVoid; in fastLowerCall()
/minix3/external/bsd/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1880 TLI.makeLibCall(DAG, RTLIB::STACKPROTECTOR_CHECK_FAIL, MVT::isVoid, in visitSPDescriptorFailure()