Searched refs:isVoid (Results 1 - 18 of 18) sorted by relevance

/netbsd-current/external/apache2/llvm/dist/clang/utils/TableGen/
H A DNeonEmitter.cpp187 bool isValue() const { return !isVoid() && !isPointer(); }
203 bool isVoid() const { return Kind == Void; } function in class:__anon1220::Type
214 assert(!isVoid() && "not a potentially signed type");
218 assert(!isVoid() && "not a potentially signed type");
223 assert(!isVoid() && "converting void to int probably not useful");
604 if (isVoid())
637 if (isVoid())
1235 if (!getReturnType().isVector() || getReturnType().isVoid() ||
1291 if (!getReturnType().isVoid() && !SRet)
1348 if (!SRet && !RetVar.getType().isVoid())
[all...]
H A DSveEmitter.cpp93 bool isVoid() const { return Void & !Pointer; } function in class:__anon1223::SVEType
362 if (isVoid())
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DValueTypes.cpp166 case MVT::isVoid: return "isVoid";
186 case MVT::isVoid: return Type::getVoidTy(Context);
507 return MVT::isVoid;
H A DTargetLoweringBase.cpp1268 // ...except isVoid, which doesn't need any registers.
1269 NumRegistersForVT[MVT::isVoid] = 0;
/netbsd-current/external/apache2/llvm/dist/llvm/utils/TableGen/
H A DCodeGenTarget.cpp81 case MVT::isVoid: return "MVT::isVoid";
748 if (VT == MVT::isVoid)
783 if (VT == MVT::isVoid && i != e-1 /*void at end means varargs*/)
H A DIntrinsicEmitter.cpp283 // MVT::isVoid is used to represent varargs here.
284 case MVT::isVoid: return Sig.push_back(IIT_VARARG);
465 Int.IS.RetVTs[0] == MVT::isVoid)
H A DFastISelEmitter.cpp518 MVT::SimpleValueType RetVT = MVT::isVoid;
H A DCodeGenDAGPatterns.cpp1503 if (P.second == MVT::isVoid)
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2027 if (RetVT != MVT::isVoid) {
2204 RetVT = MVT::isVoid;
2209 if (RetVT != MVT::isVoid && RetVT != MVT::i32) {
2311 RetVT = MVT::isVoid;
2317 if (RetVT != MVT::isVoid && RetVT != MVT::i1 && RetVT != MVT::i8 &&
H A DARMISelLowering.cpp17672 case MVT::isVoid:
17749 case MVT::isVoid:
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1499 if (RetVT != MVT::isVoid) {
1574 RetVT = MVT::isVoid;
1583 if (RetVT != MVT::isVoid && RetVT != MVT::i8 && RetVT != MVT::i16 &&
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/Support/
H A DMachineValueType.h251 isVoid = 163, // This has no value
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1280 if (RetVT != MVT::isVoid) {
1514 RetVT = MVT::isVoid;
/netbsd-current/external/gpl3/gcc.old/dist/gcc/d/dmd/
H A Ddinterpret.c6303 static bool isVoid(Expression *e, bool checkArray = false) function
6329 if (e && !isVoid(e))
6348 if (structlit && isVoid(e, true))
/netbsd-current/external/gpl3/gcc/dist/gcc/d/dmd/
H A Ddinterpret.d6479 static bool isVoid(const Expression e, bool checkArrayType = false) pure
6490 if (e && !isVoid(e))
6523 if (structlit && isVoid(e, true))
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64FastISel.cpp3091 if (RetVT != MVT::isVoid) {
3155 RetVT = MVT::isVoid;
/netbsd-current/external/apache2/llvm/dist/llvm/include/llvm/CodeGen/
H A DTargetLowering.h1379 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid &&
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp2726 TLI.makeLibCall(DAG, RTLIB::STACKPROTECTOR_CHECK_FAIL, MVT::isVoid,

Completed in 537 milliseconds