Home
last modified time | relevance | path

Searched defs:Orig (Results 1 – 25 of 52) sorted by relevance

123

/llvm-project/libcxx/test/std/thread/thread.mutex/thread.lock/thread.lock.scoped/
H A Dcopy.verify.cpp27 const LG Orig; in main() local
32 const LG Orig(m0); in main() local
37 const LG Orig(m0, m1); in main() local
42 const LG Orig(m0, m1, m2); in main() local
/llvm-project/clang/include/clang/Analysis/Analyses/
H A DThreadSafetyTraverse.h192 R_SExpr reduceUndefined(Undefined &Orig) { return true; } in reduceUndefined()
193 R_SExpr reduceWildcard(Wildcard &Orig) { return true; } in reduceWildcard()
195 R_SExpr reduceLiteral(Literal &Orig) { return true; } in reduceLiteral()
197 R_SExpr reduceLiteralT(LiteralT<T> &Orig) { return true; } in reduceLiteralT()
198 R_SExpr reduceLiteralPtr(Literal &Orig) { return true; } in reduceLiteralPtr()
200 R_SExpr reduceFunction(Function &Orig, Variable *Nvd, R_SExpr E0) { in reduceFunction()
204 R_SExpr reduceSFunction(SFunction &Orig, Variable *Nvd, R_SExpr E0) { in reduceSFunction()
208 R_SExpr reduceCode(Code &Orig, R_SExpr E0, R_SExpr E1) { in reduceCode()
212 R_SExpr reduceField(Field &Orig, R_SExpr E0, R_SExpr E1) { in reduceField()
216 R_SExpr reduceApply(Apply &Orig, R_SExpr E0, R_SExpr E1) { in reduceApply()
[all …]
/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp52 expandAbs(CallInst * Orig) expandAbs() argument
72 expandIntegerDot(CallInst * Orig,Intrinsic::ID DotIntrinsic) expandIntegerDot() argument
103 expandExpIntrinsic(CallInst * Orig) expandExpIntrinsic() argument
125 expandAnyIntrinsic(CallInst * Orig) expandAnyIntrinsic() argument
160 expandLerpIntrinsic(CallInst * Orig) expandLerpIntrinsic() argument
174 expandLogIntrinsic(CallInst * Orig,float LogConstVal=numbers::ln2f) expandLogIntrinsic() argument
196 expandLog10Intrinsic(CallInst * Orig) expandLog10Intrinsic() argument
200 expandPowIntrinsic(CallInst * Orig) expandPowIntrinsic() argument
246 expandClampIntrinsic(CallInst * Orig,Intrinsic::ID ClampIntrinsic) expandClampIntrinsic() argument
264 expandIntrinsic(Function & F,CallInst * Orig) expandIntrinsic() argument
[all...]
H A DDXILOpLowering.cpp54 argVectorFlatten(CallInst * Orig,IRBuilder<> & Builder) argVectorFlatten() argument
/llvm-project/clang-tools-extra/test/clang-tidy/checkers/performance/
H A Dunnecessary-copy-initialization.cpp592 ExpensiveToCopyType Orig; negativeInitializedFromFreeFunctionWithArg() local
601 ExpensiveToCopyType Orig; negativeInitialzedFromFreeFunctionWithNonDefaultArg() local
622 std::function<int()> Orig; negativeStdFunction() local
630 Functor Orig; negativeAliasedStdFunction() local
638 TypedefFunc Orig; negativeTypedefedStdFunction() local
664 positiveInvokedOnStdFunction(std::function<void (const ExpensiveToCopyType &)> Update,const ExpensiveToCopyType Orig) positiveInvokedOnStdFunction() argument
673 negativeInvokedOnStdFunction(std::function<void (ExpensiveToCopyType &)> Update,const ExpensiveToCopyType Orig) negativeInvokedOnStdFunction() argument
679 ExpensiveToCopyType Orig; negativeCopiedFromReferenceToModifiedVar() local
686 ExpensiveToCopyType Orig; positiveCopiedFromReferenceToConstVar() local
696 ExpensiveToCopyType Orig; negativeCopiedFromGetterOfReferenceToModifiedVar() local
703 ExpensiveToCopyType Orig; negativeAliasNonCanonicalPointerType() local
713 ExpensiveToCopyType Orig; negativeAliasTypedefedType() local
722 ExpensiveToCopyType Orig; positiveCopiedFromGetterOfReferenceToConstVar() local
751 const Container<ExpensiveToCopyType> Orig; positiveLoopedOverObjectIsConst() local
761 const Container<ExpensiveToCopyType> Orig; positiveLoopedOverObjectIsConst() local
773 Container<ExpensiveToCopyType> Orig; negativeLoopedOverObjectIsModified() local
781 Container<ExpensiveToCopyType> Orig; negativeLoopedOverObjectIsModified() local
791 ExpensiveToCopyType Orig; negativeReferenceIsInitializedOutsideOfBlock() local
800 ExpensiveToCopyType Orig; negativeReferenceIsInitializedOutsideOfBlock() local
830 A Orig; negativeTemplateTypes() local
857 A Orig; positiveSingleTemplateType() local
881 Struct Orig; positiveConstMemberExpr() local
894 Struct Orig; negativeNonConstMemberExpr() local
[all...]
/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp28 auto [Orig, Equal] = in lowerAtomicCmpXchgInst() local
110 LoadInst *Orig = Builder.CreateLoad(Val->getType(), Ptr); lowerAtomicRMWInst() local
/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h108 VPAllSuccessorsIterator Orig = *this; global() variable
/llvm-project/libcxx/benchmarks/algorithms/
H A Dcommon.h
/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h170 Register Orig = getPreSplitReg(VirtReg); getOriginal() local
/llvm-project/llvm/lib/Support/
H A DGlobPattern.cpp129 for (StringRef Orig : OrigSubPatterns) in parseBraceExpansions() local
/llvm-project/clang-tools-extra/clangd/unittests/
H A DPathMappingTests.cpp85 bool mapsProperly(llvm::StringRef Orig, llvm::StringRef Expected, in mapsProperly()
/llvm-project/llvm/tools/bugpoint/
H A DMiscompilation.cpp268 std::unique_ptr<Module> Orig = BD.swapProgramIn(std::move(Clone)); in TestFuncs() local
505 std::unique_ptr<Module> Orig = BD.swapProgramIn(std::move(Clone)); in TestFuncs() local
/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h651 DiagnosticInfoIROptimization(const char * PassName,StringRef Prepend,const DiagnosticInfoIROptimization & Orig) DiagnosticInfoIROptimization() argument
800 OptimizationRemarkAnalysis(const char * PassName,StringRef Prepend,const OptimizationRemarkAnalysis & Orig) OptimizationRemarkAnalysis() argument
[all...]
/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp407 CloneMachineInstr(const MachineInstr * Orig) CloneMachineInstr() argument
414 cloneMachineInstrBundle(MachineBasicBlock & MBB,MachineBasicBlock::iterator InsertBefore,const MachineInstr & Orig) cloneMachineInstrBundle() argument
H A DMachineInstr.cpp2333 buildDbgValueForSpill(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const MachineInstr & Orig,int FrameIndex,Register SpillReg) buildDbgValueForSpill() argument
2356 buildDbgValueForSpill(MachineBasicBlock & BB,MachineBasicBlock::iterator I,const MachineInstr & Orig,int FrameIndex,SmallVectorImpl<const MachineOperand * > & SpilledOperands) buildDbgValueForSpill() argument
2376 updateDbgValueForSpill(MachineInstr & Orig,int FrameIndex,Register Reg) updateDbgValueForSpill() argument
[all...]
H A DSplitKit.cpp336 assert(!Orig.empty() && "Splitting empty interval?"); in isOriginalEndpoint() local
H A DMachineBasicBlock.cpp897 copySuccessor(const MachineBasicBlock * Orig,succ_iterator I) copySuccessor() argument
/llvm-project/llvm/unittests/Support/
H A DErrorTest.cpp718 auto Orig = ErrorOr<int>(42); TEST() local
729 auto Orig = ErrorOr<int>(errc::invalid_argument); TEST() local
/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h193 Expr *Orig = nullptr; variable
/llvm-project/libcxx/benchmarks/
H A Dstring.bench.cpp
/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp628 freezeAndPush(Value * Orig,BasicBlock::iterator InsertPt) freezeAndPush() argument
[all...]
H A DSROA.cpp4970 insertNewDbgInst(DIBuilder & DIB,DbgDeclareInst * Orig,AllocaInst * NewAddr,DIExpression * NewFragmentExpr,Instruction * BeforeInst) insertNewDbgInst() argument
4976 insertNewDbgInst(DIBuilder & DIB,DbgAssignIntrinsic * Orig,AllocaInst * NewAddr,DIExpression * NewFragmentExpr,Instruction * BeforeInst) insertNewDbgInst() argument
4992 insertNewDbgInst(DIBuilder & DIB,DbgVariableRecord * Orig,AllocaInst * NewAddr,DIExpression * NewFragmentExpr,Instruction * BeforeInst) insertNewDbgInst() argument
[all...]
/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1158 auto &Orig = TII->get(OrigInstr); expandMI() local
/llvm-project/llvm/unittests/Transforms/Utils/
H A DCloningTest.cpp62 SmallPtrSet<Value *, 4> Orig; // Erase on exit member in __anon09dca7870111::CloneInstruction
/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1367 New->setHasNoSignedWrap(Orig->hasNoSignedWrap()); in simplifyShrShlDemandedBits() local

123