Searched defs:Cond (Results 51 - 75 of 203) sorted by relevance

123456789

/netbsd-current/external/apache2/llvm/dist/clang/lib/StaticAnalyzer/Checkers/
H A DFuchsiaHandleChecker.cpp542 evalAssume(ProgramStateRef State, SVal Cond, bool Assumption) const argument
H A DMacOSKeychainAPIChecker.cpp505 evalAssume(ProgramStateRef State, SVal Cond, bool Assumption) const argument
H A DCheckObjCDealloc.cpp404 ProgramStateRef ObjCDeallocChecker::evalAssume(ProgramStateRef State, SVal Cond, argument
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMipsDelaySlotFiller.cpp894 SmallVector<MachineOperand, 2> Cond; local
H A DMipsInstructionSelector.cpp760 CmpInst::Predicate Cond = local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSILowerControlFlow.cpp203 MachineOperand& Cond = MI.getOperand(1); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/M68k/
H A DM68kInstrInfo.cpp82 AnalyzeBranchImpl(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
248 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
279 insertBranch( MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp740 X86::CondCode Cond = X86::getCondFromSETCC(MI); local
756 promoteCondToReg( MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, const DebugLoc &TestLoc, X86::CondCode Cond) argument
768 getCondOrInverseInReg( MachineBasicBlock &TestMBB, MachineBasicBlock::iterator TestPos, const DebugLoc &TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) argument
798 X86::CondCode Cond = X86::COND_INVALID; local
853 X86::CondCode Cond = X86::getCondFromCMov(CMovI); local
879 X86::CondCode Cond = getCondFromFCMOV(CMovI.getOpcode()); local
921 X86::CondCode Cond = X86::getCondFromBranch(JmpI); local
954 X86::CondCode Cond = X86::getCondFromSETCC(SetCCI); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/Lanai/
H A DLanaiInstrInfo.cpp438 analyzeSelect(const MachineInstr &MI, SmallVectorImpl<MachineOperand> &Cond, unsigned &TrueOp, unsigned &FalseOp, bool &Optimizable) const argument
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/Chapter5/
H A Dtoy.cpp185 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:__anon1294::IfExprAST
188 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
340 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/IR/
H A DSafepointIRVerifier.cpp151 ConstantInt *Cond = dyn_cast<ConstantInt>(BI->getCondition()); local
H A DConstantFold.cpp769 Constant *llvm::ConstantFoldSelectInstruction(Constant *Cond, argument
786 auto *Cond = cast<Constant>(CondV->getOperand(i)); local
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/tools/llvm-stress/
H A Dllvm-stress.cpp641 Value *Cond = getRandomValue(CondTy); variable
/netbsd-current/external/apache2/llvm/dist/llvm/lib/CodeGen/
H A DEarlyIfConversion.cpp126 SmallVector<MachineOperand, 4> Cond; member in class:__anon1756::SSAIfConv
[all...]
H A DPeepholeOptimizer.cpp636 SmallVector<MachineOperand, 4> Cond; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMInstructionSelector.cpp573 insertComparison(CmpConstants Helper, InsertInfo I, unsigned ResReg, ARMCC::CondCodes Cond, unsigned LHSReg, unsigned RHSReg, unsigned PrevRes) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter3/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:__anon1290::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
391 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter2/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:__anon1289::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
391 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/examples/Kaleidoscope/BuildingAJIT/Chapter1/
H A Dtoy.cpp208 std::unique_ptr<ExprAST> Cond, Then, Else; member in class:__anon1288::IfExprAST
211 IfExprAST(std::unique_ptr<ExprAST> Cond, std::unique_ptr<ExprAST> Then, argument
391 auto Cond = ParseExpression(); local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/Scalar/
H A DCorrelatedValuePropagation.cpp331 Value *Cond = I->getCondition(); local
H A DLoopPredication.cpp992 Value *Cond, *WC; local
1085 Use *Cond, *WC; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/WebAssembly/
H A DWebAssemblyCFGStackify.cpp706 SmallVector<MachineOperand, 4> Cond; local
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Target/VE/
H A DVEInstrInfo.cpp137 parseCondBranch(MachineInstr *LastInst, MachineBasicBlock *&Target, SmallVectorImpl<MachineOperand> &Cond) argument
145 analyzeBranch(MachineBasicBlock &MBB, MachineBasicBlock *&TBB, MachineBasicBlock *&FBB, SmallVectorImpl<MachineOperand> &Cond, bool AllowModify) const argument
226 insertBranch(MachineBasicBlock &MBB, MachineBasicBlock *TBB, MachineBasicBlock *FBB, ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const argument
[all...]
/netbsd-current/external/apache2/llvm/dist/llvm/lib/Transforms/InstCombine/
H A DInstCombineMulDivRem.cpp105 Value *Cond, *OtherOp; local
1179 Value *Cond = Builder.CreateICmpSGT(X, NegOne); local
[all...]
H A DInstCombinePHI.cpp1280 auto *Cond = BI->getCondition(); local

Completed in 466 milliseconds

123456789