/freebsd/contrib/llvm-project/clang/include/clang/Interpreter/ |
H A D | Value.h | 133 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 D | ValueTypes.cpp | 175 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 D | TargetLoweringBase.cpp | 1259 NumRegistersForVT[MVT::isVoid] = 0; in computeRegisterProperties()
|
/freebsd/contrib/llvm-project/clang/utils/TableGen/ |
H A D | NeonEmitter.cpp | 186 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 D | SveEmitter.cpp | 102 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 D | DXILEmitter.cpp | 76 case MVT::isVoid: in getParameterKind() 244 case MVT::isVoid: in getOverloadKindStr()
|
H A D | FastISelEmitter.cpp | 529 MVT::SimpleValueType RetVT = MVT::isVoid; in collectPatterns()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
H A D | ARMFastISel.cpp | 2031 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 D | ARMISelLowering.cpp | 19639 case MVT::isVoid: in isLegalT2ScaledAddressingMode() 19716 case MVT::isVoid: in isLegalAddressingMode()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/ |
H A D | PPCFastISel.cpp | 1498 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 D | Interpreter.cpp | 883 if (VRef.isVoid()) in __clang_Interpreter_SetValueNoAlloc()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
H A D | MipsFastISel.cpp | 1274 if (RetVT != MVT::isVoid) { in finishCall() 1508 RetVT = MVT::isVoid; in fastLowerCall()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/ |
H A D | ValueTypes.td | 278 def isVoid : ValueType<0, 192>; // Produces no value
|
H A D | TargetLowering.h | 1643 assert(NVT.isInteger() == VT.isInteger() && NVT != MVT::isVoid && in getTypeToPromoteTo()
|
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
H A D | Intrinsics.td | 294 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 D | CodeGenDAGPatterns.cpp | 1539 if (P.second == MVT::isVoid) in SDTypeConstraint()
|
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
H A D | LegalizeDAG.cpp | 4493 DAG, RTLIB::CLEAR_CACHE, MVT::isVoid, {StartVal, EndVal}, CallOptions, in ConvertNodeToLibcall()
|
H A D | SelectionDAGBuilder.cpp | 3180 TLI.makeLibCall(DAG, RTLIB::STACKPROTECTOR_CHECK_FAIL, MVT::isVoid, in visitSPDescriptorFailure()
|
/freebsd/contrib/llvm-project/llvm/lib/Target/RISCV/ |
H A D | RISCVISelLowering.cpp | 7276 makeLibCall(DAG, RTLIB::RISCV_FLUSH_ICACHE, MVT::isVoid, in emitFlushICache()
|