Home
last modified time | relevance | path

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

12345678910>>...27

/aosp_15_r20/external/swiftshader/third_party/subzero/src/
H A DIceAssemblerARM32.cpp143 IValueT encodeCondition(CondARM32::Cond Cond) { in encodeCondition()
795 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT InstType, in emitType01()
815 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01()
824 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01()
887 void AssemblerARM32::emitType05(CondARM32::Cond Cond, IOffsetT Offset, in emitType05()
899 void AssemblerARM32::emitBranch(Label *L, CondARM32::Cond Cond, bool Link) { in emitBranch()
912 void AssemblerARM32::emitCompareOp(CondARM32::Cond Cond, IValueT Opcode, in emitCompareOp()
934 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, IValueT InstType, in emitMemOp()
945 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, in emitMemOp()
1002 void AssemblerARM32::emitMemOpEnc3(CondARM32::Cond Cond, IValueT Opcode, in emitMemOpEnc3()
[all …]
H A DIceAssemblerARM32.h215 void ldr(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in ldr()
225 CondARM32::Cond Cond, const TargetLowering *Lowering) { in ldrex()
287 void str(const Operand *OpRt, const Operand *OpAddress, CondARM32::Cond Cond, in str()
297 CondARM32::Cond Cond, const TargetLowering *Lowering) { in strex()
425 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vldrd()
434 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vldrs()
443 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vldrq()
597 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vstrd()
606 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vstrs()
615 CondARM32::Cond Cond, const TargetLowering *Lowering) { in vstrq()
/aosp_15_r20/prebuilts/go/linux-x86/src/sync/
Dcond.go37 type Cond struct { struct
38 noCopy noCopy
41 L Locker
43 notify notifyList
44 checker copyChecker
67 func (c *Cond) Wait() {
82 func (c *Cond) Signal() {
107 panic("sync.Cond is copied")
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/
H A DX86FlagsCopyLowering.cpp740 X86::CondCode Cond = X86::getCondFromSETCC(MI); in collectCondsInRegs() local
758 const DebugLoc &TestLoc, X86::CondCode Cond) { in promoteCondToReg()
770 const 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
/aosp_15_r20/external/clang/test/SemaTemplate/
H A 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;
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/
H A 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
/aosp_15_r20/external/llvm-libc/test/UnitTest/
H A DLibcTest.h144 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, in test()
151 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, in test()
159 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, in test()
168 bool test(TestCond Cond, ValType LHS, cpp::nullptr_t, const char *LHSStr, in test()
177 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, in test()
185 bool test(TestCond Cond, ValType LHS, ValType RHS, const char *LHSStr, in test()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/
H A DLibCallsShrinkWrap.cpp139 Value *Cond = nullptr; in performCallDomainErrorOnly() local
191 Value *Cond = nullptr; in performCallRangeErrorOnly() local
229 Value *Cond = nullptr; in performCallErrors() local
477 Value *Cond = BBBuilder.CreateFCmp(CmpInst::FCMP_OGT, Exp, V); in generateCondForPow() local
486 void LibCallsShrinkWrap::shrinkWrapCI(CallInst *CI, Value *Cond) { in shrinkWrapCI()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/
H A 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()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/
H A DLoopBoundSplit.cpp52 ConditionInfo &Cond, const Loop &L) { in analyzeICmp()
81 ConditionInfo &Cond, bool IsExitCond) { in calculateUpperBound()
126 ICmpInst *ICmp, ConditionInfo &Cond, in hasProcessableCondition()
180 ScalarEvolution &SE, ConditionInfo &Cond) { in canSplitLoopBound()
395 Value *Cond = in splitLoopBound() local
/aosp_15_r20/external/swiftshader/third_party/subzero/crosstest/
H A Dtest_select_main.cpp45 TyI1 Cond; in testSelect() local
81 v4si32 Cond; in testSelect() local
111 Ty Cond; in testSelectI1() local
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/InstCombine/
H A DInstCombineSelect.cpp276 Value *Cond = SI.getCondition(); in foldSelectOpOp() local
718 Value *Cond = Sel.getCondition(); in foldSetClearBits() local
2029 Value *Cond = Sel.getCondition(); in foldSelectExtConst() local
2119 Value *Cond = Sel.getCondition(); in canonicalizeScalarSelectOfVecs() local
2135 Value *Cond = Sel.getCondition(); in foldSelectCmpBitcasts() local
2301 Value *Cond = Sel.getCondition(); in foldSelectFunnelShift() local
2326 Value *Cond = Sel.getCondition(); in foldSelectToCopysign() local
2371 Value *Cond = Sel.getCondition(); in foldVectorSelect() local
2462 Value *Cond = Sel.getCondition(); in foldSelectToPhiImpl() local
2533 Value *Cond = FI->getOperand(0); in foldSelectWithFrozenICmp() local
[all …]
/aosp_15_r20/external/tensorflow/tensorflow/python/kernel_tests/control_flow/
H A Dwhile_v2_test.py668 def Cond(x, tl): function
757 def Cond(x, tl): function
945 def Cond(x, tl): function
968 def Cond(x, tl): function
1387 def Cond(unused_i): function
1452 def Cond(i): function
/aosp_15_r20/external/llvm/include/llvm/Target/
H A DTargetInstrInfo.h544 ArrayRef<MachineOperand> Cond, in InsertBranch()
563 SmallVectorImpl<MachineOperand> &Cond, in reduceLoopCount()
689 ArrayRef<MachineOperand> Cond, in canInsertSelect()
713 unsigned DstReg, ArrayRef<MachineOperand> Cond, in insertSelect()
737 SmallVectorImpl<MachineOperand> &Cond, in analyzeSelect()
1061 bool ReverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in ReverseBranchCondition()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h744 SmallVectorImpl<MachineOperand> &Cond, in reduceLoopCount()
847 ArrayRef<MachineOperand> Cond, unsigned TrueReg, in canInsertSelect()
870 unsigned DstReg, ArrayRef<MachineOperand> Cond, in insertSelect()
894 SmallVectorImpl<MachineOperand> &Cond, in analyzeSelect()
1280 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition()
1307 virtual bool canMakeTailCallConditional(SmallVectorImpl<MachineOperand> &Cond, in canMakeTailCallConditional()
1314 SmallVectorImpl<MachineOperand> &Cond, in replaceBranchWithTailCall()
/aosp_15_r20/external/llvm/lib/CodeGen/
H A DIfConversion.cpp785 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in FeasibilityAnalysis() local
1043 SmallVector<MachineOperand, 4> Cond; in RemoveExtraEdges() local
1117 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertSimple() local
1204 SmallVector<MachineOperand, 4> Cond(BBI.BrCond.begin(), BBI.BrCond.end()); in IfConvertTriangle() local
1615 SmallVectorImpl<MachineOperand> &Cond, in PredicateBlock()
1657 SmallVectorImpl<MachineOperand> &Cond, in CopyAndPredicateBlock()
/aosp_15_r20/external/llvm/lib/Target/Mips/
H A DMipsInstrInfo.cpp89 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
118 ArrayRef<MachineOperand> Cond, in InsertBranch()
181 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()
/aosp_15_r20/external/clang/lib/Parse/
H A DParseStmt.cpp1057 Sema::ConditionResult &Cond, in ParseParenExprOrCondition()
1145 Sema::ConditionResult Cond; in ParseIfStatement() local
1286 Sema::ConditionResult Cond; in ParseSwitchStatement() local
1374 Sema::ConditionResult Cond; in ParseWhileStatement() local
1463 ExprResult Cond = ParseExpression(); in ParseDoStatement() local
/aosp_15_r20/external/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp155 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
163 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
246 ArrayRef<MachineOperand> Cond, in InsertBranch()
/aosp_15_r20/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp154 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
162 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
245 ArrayRef<MachineOperand> Cond, in insertBranch()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/CSKY/
H A DCSKYInstrInfo.cpp36 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
48 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
156 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/include/llvm/CodeGen/
H A DTargetInstrInfo.h798 SmallVectorImpl<MachineOperand> &Cond, in reduceLoopCount()
902 ArrayRef<MachineOperand> Cond, Register DstReg, in canInsertSelect()
926 Register DstReg, ArrayRef<MachineOperand> Cond, in insertSelect()
950 SmallVectorImpl<MachineOperand> &Cond, in analyzeSelect()
1458 reverseBranchCondition(SmallVectorImpl<MachineOperand> &Cond) const { in reverseBranchCondition()
1502 virtual bool canMakeTailCallConditional(SmallVectorImpl<MachineOperand> &Cond, in canMakeTailCallConditional()
1509 SmallVectorImpl<MachineOperand> &Cond, in replaceBranchWithTailCall()
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/
Dassert_msg.hpp26 #define BOOST_SPIRIT_ASSERT_MSG(Cond, Msg, Types) \ argument
30 #define BOOST_SPIRIT_ASSERT_MSG(Cond, Msg, Types) \ argument
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/Sparc/
H A DSparcInstrInfo.cpp184 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
199 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
282 ArrayRef<MachineOperand> Cond, in insertBranch()
/aosp_15_r20/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/LoongArch/
H A DLoongArchInstrInfo.cpp200 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
215 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
330 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()

12345678910>>...27