/third_party/skia/third_party/externals/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()
|
D | IceConditionCodesMIPS32.h | 31 enum Cond { enum
|
D | IceConditionCodesARM32.h | 31 enum Cond { enum
|
/third_party/skia/third_party/externals/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()
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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
|
/third_party/skia/third_party/externals/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()
|
/third_party/typescript/tests/cases/compiler/ |
D | infiniteConstraints.ts | 37 type Cond<T> = T extends number ? number : never; alias
|
/third_party/skia/third_party/externals/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()
|
D | WebAssemblyLowerBrUnless.cpp | 71 Register Cond = MI->getOperand(1).getReg(); in runOnMachineFunction() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Sparc/ |
D | SparcInstrInfo.cpp | 154 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch() 162 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 245 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/BPF/ |
D | BPFInstrInfo.cpp | 167 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 222 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/ |
D | MSP430InstrInfo.cpp | 178 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 268 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Mips/ |
D | MipsInstrInfo.cpp | 97 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 123 ArrayRef<MachineOperand> Cond, in insertBranch() 192 SmallVectorImpl<MachineOperand> &Cond, bool AllowModify, in analyzeBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPUAtomicOptimizer.cpp | 277 Value *Cond = B.CreateICmp(Pred, LHS, RHS); in buildNonAtomicBinOp() local 428 Value *const Cond = B.CreateIntrinsic(Intrinsic::amdgcn_ps_live, {}, {}); in optimizeAtomic() local 555 Value *const Cond = B.CreateICmpEQ(Mbcnt, B.getIntN(TyBitWidth, 0)); in optimizeAtomic() local
|
D | SIAnnotateControlFlow.cpp | 231 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term) { in handleLoopCondition() 270 Value *Cond = Term->getCondition(); in handleLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Instrumentation/ |
D | PoisonChecking.cpp | 238 static void CreateAssert(IRBuilder<> &B, Value *Cond) { in CreateAssert() 252 static void CreateAssertNot(IRBuilder<> &B, Value *Cond) { in CreateAssertNot()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/CodeGen/ |
D | TargetInstrInfo.h | 744 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()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | GuardUtils.cpp | 66 auto *Cond = BI->getCondition(); in parseWidenableBranch() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/MSP430/Disassembler/ |
D | MSP430Disassembler.cpp | 324 static MSP430CC::CondCodes getCondCode(unsigned Cond) { in getCondCode() 344 unsigned Cond = fieldFromInstruction(Insn, 10, 3); in getInstructionCJ() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AVR/ |
D | AVRInstrInfo.cpp | 266 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch() 401 ArrayRef<MachineOperand> Cond, in insertBranch()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | LoopUnswitch.cpp | 422 static Value *FindLIVLoopCondition(Value *Cond, Loop *L, bool &Changed, in FindLIVLoopCondition() 506 FindLIVLoopCondition(Value *Cond, Loop *L, bool &Changed, in FindLIVLoopCondition() 572 Value *Cond = BInst->getCondition(); in isUnreachableDueToPreviousUnswitching() local 1000 void LoopUnswitch::UnswitchTrivialCondition(Loop *L, Value *Cond, Constant *Val, in UnswitchTrivialCondition() 1108 ConstantInt *Cond = dyn_cast<ConstantInt>(SI->getCondition()); in TryTrivialLoopUnswitch() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
D | MachineLoopUtils.cpp | 121 SmallVector<MachineOperand, 4> Cond; in PeelSingleBlockLoop() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/ |
D | Parallel.cpp | 109 std::condition_variable Cond; member in llvm::parallel::detail::__anon8d0377520111::ThreadPoolExecutor
|