Searched refs:getVoidTy (Results 76 - 86 of 86) sorted by relevance

1234

/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/Sparc/
H A DSparcISelLowering.cpp2173 RetTyABI = Type::getVoidTy(*DAG.getContext());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAG.cpp6363 Type::getVoidTy(*getContext()),
6467 Type::getVoidTy(*getContext()),
6568 Type::getVoidTy(*getContext()),
H A DSelectionDAGBuilder.cpp8838 IsAnyRegCC ? Type::getVoidTy(*DAG.getContext()) : CS->getType();
9104 CLI.RetTy = Type::getVoidTy(CLI.RetTy->getContext());
/freebsd-12-stable/contrib/llvm-project/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp436 Info.OrigRet = CallLowering::ArgInfo({0}, Type::getVoidTy(Ctx));
/freebsd-12-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DCodeGenModule.cpp107 VoidTy = llvm::Type::getVoidTy(LLVMContext);
H A DCGBuiltin.cpp3808 llvm::FunctionType::get(llvm::Type::getVoidTy(getLLVMContext()),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp1384 .setCallee(CallingConv::C, Type::getVoidTy(*CurDAG->getContext()),
H A DX86ISelLowering.cpp2496 "__security_check_cookie", Type::getVoidTy(M.getContext()),
[all...]
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp8906 RetTy = Type::getVoidTy(*DAG.getContext());
16837 "__security_check_cookie", Type::getVoidTy(M.getContext()),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp13227 "__security_check_cookie", Type::getVoidTy(M.getContext()),
/freebsd-12-stable/contrib/llvm-project/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp3241 CallingConv::C, Type::getVoidTy(*DAG.getContext()),

Completed in 415 milliseconds

1234