Searched refs:Temp (Results 101 - 112 of 112) sorted by relevance

12345

/freebsd-current/contrib/llvm-project/clang/lib/Sema/
H A DSemaExprCXX.cpp7428 CXXTemporary *Temp = CXXTemporary::Create(Context, Destructor);
7429 CXXBindTemporaryExpr *Bind = CXXBindTemporaryExpr::Create(Context, Temp, E);
7577 CXXTemporary *Temp = Bind->getTemporary();
7582 Temp->setDestructor(Destructor);
H A DSemaExpr.cpp923 ExprResult Temp = PerformCopyInitialization( local
926 if (Temp.isInvalid())
928 E = Temp.get();
/freebsd-current/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/
H A DLegalizeIntegerTypes.cpp4836 SDValue Temp = DAG.CreateStackTemporary(PtrVT); local
4839 DAG.getStore(DAG.getEntryNode(), dl, DAG.getConstant(0, dl, PtrVT), Temp,
4855 Entry.Node = Temp;
4873 DAG.getLoad(PtrVT, dl, CallInfo.second, Temp, MachinePointerInfo());
H A DDAGCombiner.cpp[all...]
/freebsd-current/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineCalls.cpp3003 auto *Temp = MoveI; local
3005 Temp->moveBefore(II);
/freebsd-current/sys/tools/
H A Dmakesyscalls.lua136 assert(io.stderr:write("Temp files left in " .. tmpspace ..
/freebsd-current/contrib/llvm-project/llvm/lib/Target/RISCV/
H A DRISCVISelLowering.cpp10574 SDValue Temp = local
10577 DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Temp, AllOneMask, VL);
10584 SDValue Temp = local
10586 Result = DAG.getNode(RISCVISD::VMAND_VL, DL, ContainerVT, Temp, Op2, VL);
10593 SDValue Temp = local
10595 Result = DAG.getNode(RISCVISD::VMAND_VL, DL, ContainerVT, Op1, Temp, VL);
10602 SDValue Temp = local
10604 Result = DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Temp, Op2, VL);
10611 SDValue Temp = local
10613 Result = DAG.getNode(RISCVISD::VMXOR_VL, DL, ContainerVT, Temp, Op
[all...]
/freebsd-current/contrib/llvm-project/clang/lib/AST/
H A DExprConstant.cpp12790 APSInt Temp = Result.extOrTrunc(Info.Ctx.getTypeSize(ResultType));
12791 Temp.setIsSigned(ResultType->isSignedIntegerOrEnumerationType());
12793 if (!APSInt::isSameValue(Temp, Result))
12795 Result = Temp;
H A DASTImporter.cpp8041 CXXTemporary *Temp = CXXTemporary::Create(ToCtx, *ToDtorOrErr); local
8042 return CXXBindTemporaryExpr::Create(ToCtx, Temp, *ToSubExprOrErr);
/freebsd-current/contrib/llvm-project/clang/lib/Serialization/
H A DASTWriter.cpp5586 void ASTRecordWriter::AddCXXTemporary(const CXXTemporary *Temp) {
5587 AddDeclRef(Temp->getDestructor());
/freebsd-current/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DAMDGPULegalizerInfo.cpp6648 Register Temp = B.buildLoad(S64, LoadAddr, *MMO).getReg(0);
6649 B.buildCopy(SGPR01, Temp);
/freebsd-current/contrib/llvm-project/llvm/lib/Target/SystemZ/
H A DSystemZISelLowering.cpp8369 Register Temp = MRI.createVirtualRegister(&SystemZ::VR128BitRegClass); local
8370 BuildMI(MBB, MI.getDebugLoc(), TII->get(SystemZ::VCHLGS), Temp)

Completed in 614 milliseconds

12345