/openbsd-src/gnu/llvm/clang/include/clang/Analysis/Analyses/ |
H A D | ThreadSafetyTraverse.h | 192 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 D | LowerAtomic.cpp | 29 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 D | common.h | 202 U& Orig) { in resetCopies() 218 auto Orig = Copies; in runOpOnCopies() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Vectorize/ |
H A D | VPlanCFG.h | 107 VPAllSuccessorsIterator Orig = *this; variable
|
H A D | VPlan.cpp | 238 const Instruction *Orig) { in addNewMetadata()
|
/openbsd-src/gnu/llvm/llvm/include/llvm/CodeGen/ |
H A D | VirtRegMap.h | 170 Register Orig = getPreSplitReg(VirtReg); in getOriginal() local
|
/openbsd-src/gnu/llvm/llvm/tools/bugpoint/ |
H A D | Miscompilation.cpp | 268 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 D | DiagnosticInfo.h | 651 const DiagnosticInfoIROptimization &Orig) in DiagnosticInfoIROptimization() 800 const OptimizationRemarkAnalysis &Orig) in OptimizationRemarkAnalysis()
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/ |
H A D | MachineFunction.cpp | 390 MachineFunction::CloneMachineInstr(const MachineInstr *Orig) { in CloneMachineInstr() 397 const MachineInstr &Orig) { in cloneMachineInstrBundle()
|
H A D | MachineInstr.cpp | 2226 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 D | MachineBasicBlock.cpp | 873 void MachineBasicBlock::copySuccessor(MachineBasicBlock *Orig, in copySuccessor()
|
H A D | SplitKit.cpp | 326 const LiveInterval &Orig = LIS.getInterval(OrigReg); in isOriginalEndpoint() local
|
H A D | TargetInstrInfo.cpp | 419 const MachineInstr &Orig, in reMaterialize()
|
/openbsd-src/gnu/llvm/clang/include/clang/AST/ |
H A D | DeclOpenMP.h | 194 Expr *Orig = nullptr; variable
|
/openbsd-src/gnu/llvm/libcxx/benchmarks/ |
H A D | string.bench.cpp | 173 auto Orig = makeString(Length()); in StringCopyAndDestroy() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/ |
H A D | AArch64ExpandPseudoInsts.cpp | 1017 auto &Orig = TII->get(OrigInstr); in expandMI() local
|
H A D | AArch64ISelDAGToDAG.cpp | 2538 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 D | InstCombineSimplifyDemanded.cpp | 1205 BinaryOperator *Orig = cast<BinaryOperator>(Shl); in simplifyShrShlDemandedBits() local
|
/openbsd-src/gnu/llvm/clang/include/clang/StaticAnalyzer/Core/PathSensitive/ |
H A D | CallEvent.h | 85 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef()
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/ |
H A D | X86InstrInfo.cpp | 911 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 D | InstrProf.cpp | 922 static T swapToHostOrder(const unsigned char *&D, support::endianness Orig) { in swapToHostOrder()
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | CodeGenDAGPatterns.cpp | 4511 TreePatternNodePtr Orig, in CombineChildVariants() 4577 static void CombineChildVariants(TreePatternNodePtr Orig, in CombineChildVariants()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/Scalar/ |
H A D | LICM.cpp | 786 auto CreateHoistedBlock = [&](BasicBlock *Orig) { in getOrCreateHoistedBlock()
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | IROutliner.cpp | 2708 Value *Orig = OutputMappings.find(Outputs[*OutputIdx])->second; in updateOutputMapping() local
|
/openbsd-src/gnu/llvm/llvm/lib/CodeGen/LiveDebugValues/ |
H A D | VarLocBasedImpl.cpp | 561 const MachineOperand &Orig = MI.getDebugOperand(OrigLocMap[I]); in BuildDbgValue() local
|