/external/swiftshader/third_party/subzero/src/ |
D | IceAssemblerARM32.cpp | 143 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 …]
|
D | IceAssemblerARM32.h | 215 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()
|
/external/clang/test/SemaTemplate/ |
D | instantiate-expr-2.cpp | 92 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/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/support/ |
D | assert_msg.hpp | 26 #define BOOST_SPIRIT_ASSERT_MSG(Cond, Msg, Types) \ argument 30 #define BOOST_SPIRIT_ASSERT_MSG(Cond, Msg, Types) \ argument
|
/external/cronet/tot/third_party/llvm-libc/src/test/UnitTest/ |
D | LibcTest.h | 144 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()
|
/external/cronet/stable/third_party/llvm-libc/src/test/UnitTest/ |
D | LibcTest.h | 144 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()
|
/external/llvm-libc/test/UnitTest/ |
D | LibcTest.h | 144 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()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 740 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
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 139 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()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
D | LibCallsShrinkWrap.cpp | 138 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/ |
D | test_select_main.cpp | 45 TyI1 Cond; in testSelect() local 81 v4si32 Cond; in testSelect() local 111 Ty Cond; in testSelectI1() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Transforms/Scalar/ |
D | LoopBoundSplit.cpp | 52 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
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 754 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-16.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 183 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 183 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/RISCV/ |
D | RISCVRedundantCopyElimination.cpp | 75 const SmallVectorImpl<MachineOperand> &Cond, in guaranteesZeroRegInBlock() 99 SmallVector<MachineOperand, 3> Cond; in optimizeBlock() local
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/AMDGPU/Utils/ |
D | AMDGPUAsmUtils.h | 31 bool (*Cond)(T Context) = nullptr; member 40 bool (*Cond)(const MCSubtargetInfo &STI) = nullptr; member
|
/external/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 81 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 136 ArrayRef<MachineOperand> Cond, in InsertBranch()
|
/external/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 98 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 167 ArrayRef<MachineOperand> Cond, in InsertBranch()
|
/external/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 89 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 118 ArrayRef<MachineOperand> Cond, in InsertBranch() 181 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/SPIRV/ |
D | SPIRVInstrInfo.cpp | 174 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 224 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
|
/external/llvm/lib/Target/NVPTX/ |
D | NVPTXInstrInfo.cpp | 152 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 235 ArrayRef<MachineOperand> Cond, in InsertBranch()
|
/external/swiftshader/third_party/llvm-16.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 92 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 161 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/WebAssembly/ |
D | WebAssemblyInstrInfo.cpp | 105 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 182 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
|
/external/clang/lib/Sema/ |
D | ScopeInfo.cpp | 171 if (const ConditionalOperator *Cond = dyn_cast<ConditionalOperator>(E)) { in markSafeWeakUse() local 177 if (const BinaryConditionalOperator *Cond = in markSafeWeakUse() local
|