Home
last modified time | relevance | path

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

/netbsd/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp203 bool isVoid() const { return Kind == Void; } in isVoid() function in __anon7e6fcd500111::Type
214 assert(!isVoid() && "not a potentially signed type"); in makeUnsigned()
604 if (isVoid()) in str()
637 if (isVoid()) in builtin_str()
1291 if (!getReturnType().isVoid() && !SRet) in emitBodyAsBuiltinCall()
1348 if (!SRet && !RetVar.getType().isVoid()) in emitBodyAsBuiltinCall()
1360 if (!RetVar.getType().isVoid()) { in emitBody()
1382 if (!RetVar.getType().isVoid()) in emitBody()
1392 if (RetVar.getType().isVoid()) in emitReturn()
1701 assert_with_loc(!T.isVoid(), "Unknown typedef"); in emitDagDupTyped()
[all …]
H A DSveEmitter.cpp93 bool isVoid() const { return Void & !Pointer; } in isVoid() function in __anon93c24aae0111::SVEType
362 if (isVoid()) in builtin_str()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp166 case MVT::isVoid: return "isVoid"; in getEVTString()
186 case MVT::isVoid: return Type::getVoidTy(Context); in getTypeForEVT()
507 return MVT::isVoid; in getVT()
H A DTargetLoweringBase.cpp1269 NumRegistersForVT[MVT::isVoid] = 0; in computeRegisterProperties()
/netbsd/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp81 case MVT::isVoid: return "MVT::isVoid"; in getEnumName()
748 if (VT == MVT::isVoid) in CodeGenIntrinsic()
783 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/) in CodeGenIntrinsic()
H A DIntrinsicEmitter.cpp284 case MVT::isVoid: return Sig.push_back(IIT_VARARG); in EncodeFixedValueType()
465 Int.IS.RetVTs[0] == MVT::isVoid) in ComputeFixedEncoding()
H A DFastISelEmitter.cpp518 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns()
H A DCodeGenDAGPatterns.cpp1503 if (P.second == MVT::isVoid) in SDTypeConstraint()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2027 if (RetVT != MVT::isVoid) { in FinishCall()
2204 RetVT = MVT::isVoid; in ARMEmitLibcall()
2209 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall()
2311 RetVT = MVT::isVoid; in SelectCall()
2317 if (RetVT != MVT::isVoid && RetVT != MVT::i1 && RetVT != MVT::i8 && in SelectCall()
H A DARMISelLowering.cpp17672 case MVT::isVoid: in isLegalT2ScaledAddressingMode()
17749 case MVT::isVoid: in isLegalAddressingMode()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1499 if (RetVT != MVT::isVoid) { in finishCall()
1574 RetVT = MVT::isVoid; in fastLowerCall()
1583 if (RetVT != MVT::isVoid && RetVT != MVT::i8 && RetVT != MVT::i16 && in fastLowerCall()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DValueTypes.td204 def isVoid : ValueType<0, 163>; // Produces no value
H A DTargetLowering.h1379 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid && in getTypeToPromoteTo()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1280 if (RetVT != MVT::isVoid) { in finishCall()
1514 RetVT = MVT::isVoid; in fastLowerCall()
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h251 isVoid = 163, // This has no value enumerator
/netbsd/external/apache2/llvm/dist/llvm/include/llvm/IR/
H A DIntrinsics.td232 def llvm_void_ty : LLVMType<isVoid>;
330 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
/netbsd/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.c6303 static bool isVoid(Expression *e, bool checkArray = false)
6329 if (e && !isVoid(e)) in isEntirelyVoid()
6348 if (structlit && isVoid(e, true)) in scrubArray()
H A Ddinterpret.d6482 static bool isVoid(const Expression e, bool checkArrayType = false) pure in scrubReturnValue()
6493 if (e && !isVoid(e)) in scrubReturnValue()
6526 if (structlit && isVoid(e, true)) in scrubReturnValue()
/netbsd/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c6303 static bool isVoid(Expression *e, bool checkArray = false)
6329 if (e && !isVoid(e)) in isEntirelyVoid()
6348 if (structlit && isVoid(e, true)) in scrubArray()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3091 if (RetVT != MVT::isVoid) { in finishCall()
3155 RetVT = MVT::isVoid; in fastLowerCall()
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2726 TLI.makeLibCall(DAG, RTLIB::STACKPROTECTOR_CHECK_FAIL, MVT::isVoid, in visitSPDescriptorFailure()