Home
last modified time | relevance | path

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

12

/freebsd/contrib/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 …]
/freebsd/contrib/llvm-project/llvm/lib/Target/DirectX/
H A DDXILIntrinsicExpansion.cpp52 static bool expandAbs(CallInst *Orig) { in expandAbs()
72 static bool expandIntegerDot(CallInst *Orig, Intrinsic::ID DotIntrinsic) { in expandIntegerDot()
103 static bool expandExpIntrinsic(CallInst *Orig) { in expandExpIntrinsic()
125 static bool expandAnyIntrinsic(CallInst *Orig) { in expandAnyIntrinsic()
160 static bool expandLerpIntrinsic(CallInst *Orig) { in expandLerpIntrinsic()
174 static bool expandLogIntrinsic(CallInst *Orig, in expandLogIntrinsic()
196 static bool expandLog10Intrinsic(CallInst *Orig) { in expandLog10Intrinsic()
200 static bool expandPowIntrinsic(CallInst *Orig) { in expandPowIntrinsic()
246 static bool expandClampIntrinsic(CallInst *Orig, Intrinsic::ID ClampIntrinsic) { in expandClampIntrinsic()
264 static bool expandIntrinsic(Function &F, CallInst *Orig) { in expandIntrinsic()
H A DDXILOpLowering.cpp54 static SmallVector<Value *> argVectorFlatten(CallInst *Orig, in argVectorFlatten()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DLowerAtomic.cpp28 LoadInst *Orig = Builder.CreateLoad(Val->getType(), Ptr); in lowerAtomicCmpXchgInst() local
110 LoadInst *Orig = Builder.CreateLoad(Val->getType(), Ptr); in lowerAtomicRMWInst() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Vectorize/
H A DVPlanCFG.h108 VPAllSuccessorsIterator Orig = *this; variable
H A DVPlan.cpp362 const Instruction *Orig) { in addNewMetadata()
/freebsd/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DVirtRegMap.h170 Register Orig = getPreSplitReg(VirtReg); in getOriginal() local
/freebsd/contrib/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
/freebsd/contrib/llvm-project/llvm/include/llvm/IR/
H A DDiagnosticInfo.h651 const DiagnosticInfoIROptimization &Orig) in DiagnosticInfoIROptimization()
800 const OptimizationRemarkAnalysis &Orig) in OptimizationRemarkAnalysis()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/
H A DMachineFunction.cpp407 MachineFunction::CloneMachineInstr(const MachineInstr *Orig) { in CloneMachineInstr()
414 const MachineInstr &Orig) { in cloneMachineInstrBundle()
H A DMachineInstr.cpp2332 const MachineInstr &Orig, in buildDbgValueForSpill()
2355 const MachineInstr &Orig, int FrameIndex, in buildDbgValueForSpill()
2375 void llvm::updateDbgValueForSpill(MachineInstr &Orig, int FrameIndex, in updateDbgValueForSpill()
H A DSplitKit.cpp336 const LiveInterval &Orig = LIS.getInterval(OrigReg); in isOriginalEndpoint() local
H A DMachineBasicBlock.cpp897 void MachineBasicBlock::copySuccessor(const MachineBasicBlock *Orig, in copySuccessor()
H A DTargetInstrInfo.cpp421 const MachineInstr &Orig, in reMaterialize()
/freebsd/contrib/llvm-project/clang/include/clang/AST/
H A DDeclOpenMP.h193 Expr *Orig = nullptr; variable
H A DASTContext.h1402 CanQualType getAdjustedType(CanQualType Orig, CanQualType New) const { in getAdjustedType()
/freebsd/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64ExpandPseudoInsts.cpp1158 auto &Orig = TII->get(OrigInstr); in expandMI() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DGuardWidening.cpp628 Value *GuardWideningImpl::freezeAndPush(Value *Orig, in freezeAndPush()
H A DSROA.cpp5102 insertNewDbgInst(DIBuilder &DIB, DbgDeclareInst *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5125 insertNewDbgInst(DIBuilder &DIB, DbgAssignIntrinsic *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
5165 insertNewDbgInst(DIBuilder &DIB, DbgVariableRecord *Orig, AllocaInst *NewAddr, in insertNewDbgInst()
/freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/
H A DInstCombineSimplifyDemanded.cpp1363 BinaryOperator *Orig = cast<BinaryOperator>(Shl); in simplifyShrShlDemandedBits() local
/freebsd/contrib/llvm-project/clang/include/clang/StaticAnalyzer/Core/PathSensitive/
H A DCallEvent.h86 CallEventRef(const CallEventRef &Orig) : IntrusiveRefCntPtr<const T>(Orig) {} in CallEventRef()
/freebsd/contrib/llvm-project/llvm/lib/Target/X86/
H A DX86InstrInfo.cpp975 const MachineInstr &Orig, in reMaterialize()
2222 #define VPERM_CASES(Orig, New) \ in getCommutedVPERMV3Opcode() argument
2248 #define VPERM_CASES_BROADCAST(Orig, New) \ in getCommutedVPERMV3Opcode() argument
/freebsd/contrib/llvm-project/llvm/utils/TableGen/Common/
H A DCodeGenDAGPatterns.cpp4522 TreePatternNodePtr Orig, in CombineChildVariants()
4589 static void CombineChildVariants(TreePatternNodePtr Orig, in CombineChildVariants()
/freebsd/contrib/llvm-project/llvm/lib/CodeGen/LiveDebugValues/
H A DVarLocBasedImpl.cpp561 const MachineOperand &Orig = MI.getDebugOperand(OrigLocMap[I]); in BuildDbgValue() local
/freebsd/contrib/llvm-project/llvm/lib/Transforms/IPO/
H A DIROutliner.cpp2704 Value *Orig = OutputMappings.find(Outputs[*OutputIdx])->second; in updateOutputMapping() local

12