Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/
H A DValue.h133 bool isVoid() const { return ValueKind == K_Void; } in isVoid() function
134 bool hasValue() const { return isValid() && !isVoid(); } in hasValue()
180 if (!V.isValid() || V.isVoid()) { in cast()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DValueTypes.cpp175 case MVT::isVoid: return "isVoid"; in getEVTString()
209 case MVT::isVoid: return Type::getVoidTy(Context); in getTypeForEVT()
237 return MVT::isVoid; in getVT()
H A DTargetLoweringBase.cpp1259 NumRegistersForVT[MVT::isVoid] = 0; in computeRegisterProperties()
/freebsd/contrib/llvm-project/clang/utils/TableGen/
H A DNeonEmitter.cpp186 bool isValue() const { return !isVoid() && !isPointer(); } in isValue()
202 bool isVoid() const { return Kind == Void; } in isVoid() function in __anonfaf0748f0111::Type
213 assert(!isVoid() && "not a potentially signed type"); in makeUnsigned()
217 assert(!isVoid() && "not a potentially signed type"); in makeSigned()
222 assert(!isVoid() && "converting void to int probably not useful"); in makeInteger()
612 if (isVoid()) in str()
645 if (isVoid()) in builtin_str()
1240 if (!RetVar.getType().isVoid()) { in emitReturnVarDecl()
1249 if (!getReturnType().isVector() || getReturnType().isVoid() || in emitReturnReversal()
1304 if (!getReturnType().isVoid() && !SRet) in emitBodyAsBuiltinCall()
[all …]
H A DSveEmitter.cpp102 bool isVoid() const { return Void && !Pointer; } in isVoid() function in __anone51b860d0111::SVEType
440 if (isVoid()) in builtin_str()
/freebsd/contrib/llvm-project/llvm/utils/TableGen/
H A DDXILEmitter.cpp76 case MVT::isVoid: in getParameterKind()
244 case MVT::isVoid: in getOverloadKindStr()
H A DFastISelEmitter.cpp529 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns()
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMFastISel.cpp2031 if (RetVT != MVT::isVoid) { in FinishCall()
2209 RetVT = MVT::isVoid; in ARMEmitLibcall()
2214 if (RetVT != MVT::isVoid && RetVT != MVT::i32) { in ARMEmitLibcall()
2316 RetVT = MVT::isVoid; in SelectCall()
2322 if (RetVT != MVT::isVoid && RetVT != MVT::i1 && RetVT != MVT::i8 && in SelectCall()
H A DARMISelLowering.cpp19639 case MVT::isVoid: in isLegalT2ScaledAddressingMode()
19716 case MVT::isVoid: in isLegalAddressingMode()
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCFastISel.cpp1498 if (RetVT != MVT::isVoid) { in finishCall()
1573 RetVT = MVT::isVoid; in fastLowerCall()
1582 if (RetVT != MVT::isVoid && RetVT != MVT::i8 && RetVT != MVT::i16 && in fastLowerCall()
/freebsd/contrib/llvm-project/clang/lib/Interpreter/
H A DInterpreter.cpp883 if (VRef.isVoid()) in __clang_Interpreter_SetValueNoAlloc()
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/
H A DMipsFastISel.cpp1274 if (RetVT != MVT::isVoid) { in finishCall()
1508 RetVT = MVT::isVoid; in fastLowerCall()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DValueTypes.td278 def isVoid : ValueType<0, 192>; // Produces no value
H A DTargetLowering.h1643 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid && in getTypeToPromoteTo()
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DIntrinsics.td294 def IIT_VARARG : IIT_VT<isVoid, 29>;
473 def llvm_void_ty : LLVMType<isVoid>;
580 def llvm_vararg_ty : LLVMType<isVoid>; // this means vararg here
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp1539 if (P.second == MVT::isVoid) in SDTypeConstraint()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeDAG.cpp4493 DAG, RTLIB::CLEAR_CACHE, MVT::isVoid, {StartVal, EndVal}, CallOptions, in ConvertNodeToLibcall()
H A DSelectionDAGBuilder.cpp3180 TLI.makeLibCall(DAG, RTLIB::STACKPROTECTOR_CHECK_FAIL, MVT::isVoid, in visitSPDescriptorFailure()
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp7276 makeLibCall(DAG, RTLIB::RISCV_FLUSH_ICACHE, MVT::isVoid, in emitFlushICache()