Home
last modified time | relevance | path

Searched defs:Cond (Results 1 – 25 of 651) sorted by relevance

12345678910>>...27

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp143 IValueT encodeCondition(CondARM32::Cond Cond) { in encodeCondition()
797 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT InstType, in emitType01()
817 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01()
826 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01()
889 void AssemblerARM32::emitType05(CondARM32::Cond Cond, IOffsetT Offset, in emitType05()
901 void AssemblerARM32::emitBranch(Label *L, CondARM32::Cond Cond, bool Link) { in emitBranch()
914 void AssemblerARM32::emitCompareOp(CondARM32::Cond Cond, IValueT Opcode, in emitCompareOp()
936 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, IValueT InstType, in emitMemOp()
947 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, in emitMemOp()
1004 void AssemblerARM32::emitMemOpEnc3(CondARM32::Cond Cond, IValueT Opcode, in emitMemOpEnc3()
[all …]
DIceAssemblerARM32.h219 void ldr(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in ldr()
229 CondARM32::Cond Cond, const TargetLowering *Lowering) { in ldrex()
291 void str(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in str()
301 CondARM32::Cond Cond, const TargetLowering *Lowering) { in strex()
429 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vldrd()
438 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vldrs()
447 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vldrq()
601 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vstrd()
610 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vstrs()
619 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vstrq()
/external/llvm-project/clang-tools-extra/clang-tidy/bugprone/
DInfiniteLoopCheck.cpp47 const Stmt *LoopStmt, const Stmt *Cond, in isVarThatIsPossiblyChanged()
74 const Stmt *LoopStmt, const Stmt *Cond, in isAtLeastOneCondVarChanged()
90 static std::string getCondVarNames(const Stmt *Cond) { in getCondVarNames()
109 static bool isKnownFalse(const Expr &Cond, const ASTContext &Ctx) { in isKnownFalse()
132 const auto *Cond = Result.Nodes.getNodeAs<Expr>("condition"); in check() local
/external/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp92 struct Cond { struct
93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True;
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
112 struct Cond { struct
113 T foo() { return B ? T() : E(); } in foo()
114 typedef Lookup<sizeof(B ? T() : E())> Type;
/external/llvm-project/clang/test/SemaTemplate/
Dinstantiate-expr-2.cpp92 struct Cond { struct
93 typedef Lookup<B ? sizeof(T) : sizeof(E)> True;
94 typedef Lookup<!B ? sizeof(T) : sizeof(E)> False;
112 struct Cond { struct
113 T foo() { return B ? T() : E(); } in foo()
114 typedef Lookup<sizeof(B ? T() : E())> Type;
/external/llvm-project/clang/lib/StaticAnalyzer/Core/
DSimpleConstraintManager.cpp26 DefinedSVal Cond, in assume()
45 NonLoc Cond, bool Assumption) { in assume()
53 NonLoc Cond, in assumeAux()
/external/llvm-project/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp740 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs() local
758 DebugLoc TestLoc, X86::CondCode Cond) { in promoteCondToReg()
770 DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
798 X86::CondCode Cond = X86::COND_INVALID; in rewriteArithmetic() local
853 X86::CondCode Cond = X86::getCondFromCMov(CMovI); in rewriteCMov() local
879 X86::CondCode Cond = getCondFromFCMOV(CMovI.getOpcode()); in rewriteFCMov() local
921 X86::CondCode Cond = X86::getCondFromBranch(JmpI); in rewriteCondJmp() local
954 X86::CondCode Cond = X86::getCondFromSETCC(SetCCI); in rewriteSetCC() local
/external/llvm-project/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp138 Value *Cond = nullptr; in performCallDomainErrorOnly() local
190 Value *Cond = nullptr; in performCallRangeErrorOnly() local
228 Value *Cond = nullptr; in performCallErrors() local
476 Value *Cond = BBBuilder.CreateFCmp(CmpInst::FCMP_OGT, Exp, V); in generateCondForPow() local
485 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
DLibCallsShrinkWrap.cpp138 Value *Cond = nullptr; in performCallDomainErrorOnly() local
190 Value *Cond = nullptr; in performCallRangeErrorOnly() local
228 Value *Cond = nullptr; in performCallErrors() local
476 Value *Cond = BBBuilder.CreateFCmp(CmpInst::FCMP_OGT, Exp, V); in generateCondForPow() local
485 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
/external/swiftshader/third_party/subzero/crosstest/
Dtest_select_main.cpp45 TyI1 Cond; in testSelect() local
81 v4si32 Cond; in testSelect() local
111 Ty Cond; in testSelectI1() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp754 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs() local
773 DebugLoc TestLoc, X86::CondCode Cond) { in promoteCondToReg()
785 DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
813 X86::CondCode Cond = X86::COND_INVALID; in rewriteArithmetic() local
867 X86::CondCode Cond = X86::getCondFromCMov(CMovI); in rewriteCMov() local
893 X86::CondCode Cond = getCondFromFCMOV(CMovI.getOpcode()); in rewriteFCMov() local
935 X86::CondCode Cond = X86::getCondFromBranch(JmpI); in rewriteCondJmp() local
1092 X86::CondCode Cond = X86::getCondFromSETCC(SetCCI); in rewriteSetCC() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
183 ArrayRef<MachineOperand> Cond, in insertBranch()
/external/llvm-project/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
183 ArrayRef<MachineOperand> Cond, in insertBranch()
/external/llvm-project/llvm/lib/Target/AMDGPU/
DSIRemoveShortExecBranches.cpp69 MachineBasicBlock *&FalseMBB, SmallVectorImpl<MachineOperand> &Cond) { in getBlockDestinations()
121 SmallVector<MachineOperand, 1> Cond; in removeExeczBranch() local
/external/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
167 ArrayRef<MachineOperand> Cond, in InsertBranch()
/external/llvm/lib/Target/BPF/
DBPFInstrInfo.cpp81 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
136 ArrayRef<MachineOperand> Cond, in InsertBranch()
/external/llvm/lib/Target/Mips/
DMipsInstrInfo.cpp89 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
118 ArrayRef<MachineOperand> Cond, in InsertBranch()
181 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()
/external/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp152 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
235 ArrayRef<MachineOperand> Cond, in InsertBranch()
/external/llvm-project/clang/lib/Sema/
DScopeInfo.cpp166 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local
172 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
/external/llvm-project/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp109 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
186 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp105 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
182 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
/external/clang/lib/Sema/
DScopeInfo.cpp171 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local
177 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
/external/llvm-project/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp154 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
162 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
245 ArrayRef<MachineOperand> Cond, in insertBranch()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp154 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
162 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
245 ArrayRef<MachineOperand> Cond, in insertBranch()
/external/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp155 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
163 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
246 ArrayRef<MachineOperand> Cond, in InsertBranch()

12345678910>>...27