Home
last modified time | relevance | path

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

12

/openbsd-src/gnu/llvm/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 …]
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp29 LoadInst *Orig = Builder.CreateLoad(Val->getType(), Ptr); in lowerAtomicCmpXchgInst() local
108 LoadInst *Orig = Builder.CreateLoad(Val->getType(), Ptr); in lowerAtomicRMWInst() local
/openbsd-src/gnu/llvm/libcxx/benchmarks/algorithms/
H A Dcommon.h202 U& Orig) { in resetCopies()
218 auto Orig = Copies; in runOpOnCopies() local
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h107 VPAllSuccessorsIterator Orig = *this; variable
H A DVPlan.cpp238 const Instruction *Orig) { in addNewMetadata()
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h170 Register Orig = getPreSplitReg(VirtReg); in getOriginal() local
/openbsd-src/gnu/llvm/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
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/
H A DDiagnosticInfo.h651 const DiagnosticInfoIROptimization &Orig) in DiagnosticInfoIROptimization()
800 const OptimizationRemarkAnalysis &Orig) in OptimizationRemarkAnalysis()
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/
H A DMachineFunction.cpp390 MachineFunction::CloneMachineInstr(const MachineInstr *Orig) { in CloneMachineInstr()
397 const MachineInstr &Orig) { in cloneMachineInstrBundle()
H A DMachineInstr.cpp2226 const MachineInstr &Orig, in buildDbgValueForSpill()
2249 const MachineInstr &Orig, int FrameIndex, in buildDbgValueForSpill()
2269 void llvm::updateDbgValueForSpill(MachineInstr &Orig, int FrameIndex, in updateDbgValueForSpill()
H A DMachineBasicBlock.cpp873 void MachineBasicBlock::copySuccessor(MachineBasicBlock *Orig, in copySuccessor()
H A DSplitKit.cpp326 const LiveInterval &Orig = LIS.getInterval(OrigReg); in isOriginalEndpoint() local
H A DTargetInstrInfo.cpp419 const MachineInstr &Orig, in reMaterialize()
/openbsd-src/gnu/llvm/clang/include/clang/AST/
H A DDeclOpenMP.h194 Expr *Orig = nullptr; variable
/openbsd-src/gnu/llvm/libcxx/benchmarks/
H A Dstring.bench.cpp173 auto Orig = makeString(Length()); in StringCopyAndDestroy() local
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1017 auto &Orig = TII->get(OrigInstr); in expandMI() local
H A DAArch64ISelDAGToDAG.cpp2538 static void getUsefulBitsFromBFM(SDValue Op, SDValue Orig, APInt &UsefulBits, in getUsefulBitsFromBFM()
2594 SDValue Orig, unsigned Depth) { in getUsefulBitsForUse()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1205 BinaryOperator *Orig = cast<BinaryOperator>(Shl); in simplifyShrShlDemandedBits() local
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef()
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp911 const MachineInstr &Orig, in reMaterialize()
1944 #define VPERM_CASES(Orig, New) \ in getCommutedVPERMV3Opcode() argument
1958 #define VPERM_CASES_BROADCAST(Orig, New) \ in getCommutedVPERMV3Opcode() argument
/openbsd-src/gnu/llvm/llvm/lib/ProfileData/
H A DInstrProf.cpp922 static T swapToHostOrder(const unsigned char *&D, support::endianness Orig) { in swapToHostOrder()
/openbsd-src/gnu/llvm/llvm/utils/TableGen/
H A DCodeGenDAGPatterns.cpp4511 TreePatternNodePtr Orig, in CombineChildVariants()
4577 static void CombineChildVariants(TreePatternNodePtr Orig, in CombineChildVariants()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/
H A DLICM.cpp786 auto CreateHoistedBlock = [&](BasicBlock *Orig) { in getOrCreateHoistedBlock()
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2708 Value *Orig = OutputMappings.find(Outputs[*OutputIdx])->second; in updateOutputMapping() local
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp561 const MachineOperand &Orig = MI.getDebugOperand(OrigLocMap[I]); in BuildDbgValue() local

12