Home
last modified time | relevance | path

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

12345678910>>...18

/external/swiftshader/third_party/subzero/src/
DIceAssemblerARM32.cpp143 IValueT encodeCondition(CondARM32::Cond Cond) { in encodeCondition()
794 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT InstType, in emitType01()
814 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01()
823 void AssemblerARM32::emitType01(CondARM32::Cond Cond, IValueT Opcode, in emitType01()
886 void AssemblerARM32::emitType05(CondARM32::Cond Cond, IOffsetT Offset, in emitType05()
898 void AssemblerARM32::emitBranch(Label *L, CondARM32::Cond Cond, bool Link) { in emitBranch()
911 void AssemblerARM32::emitCompareOp(CondARM32::Cond Cond, IValueT Opcode, in emitCompareOp()
933 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, IValueT InstType, in emitMemOp()
944 void AssemblerARM32::emitMemOp(CondARM32::Cond Cond, bool IsLoad, bool IsByte, in emitMemOp()
1001 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()
DIceConditionCodesMIPS32.h31 enum Cond { enum
DIceConditionCodesARM32.h31 enum Cond { enum
/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/libxcam/xcore/
Dxcam_mutex.h31 friend class Cond; variable
71 Cond () { in Cond() function
/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-7.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/llvm-7.0/llvm/lib/Target/NVPTX/
DNVPTXInstrInfo.cpp99 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
184 ArrayRef<MachineOperand> Cond, in insertBranch()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/X86/
DX86FlagsCopyLowering.cpp733 X86::CondCode Cond = X86::getCondFromSETOpc(MI.getOpcode()); in collectCondsInRegs() local
751 DebugLoc TestLoc, X86::CondCode Cond) { in promoteCondToReg()
763 DebugLoc TestLoc, X86::CondCode Cond, CondRegArray &CondRegs) { in getCondOrInverseInReg()
791 X86::CondCode Cond; in rewriteArithmetic() local
845 X86::CondCode Cond = X86::getCondFromCMovOpc(CMovI.getOpcode()); in rewriteCMov() local
870 X86::CondCode Cond = X86::getCondFromBranchOpc(JmpI.getOpcode()); in rewriteCondJmp() local
1029 X86::CondCode Cond = X86::getCondFromSETOpc(SetCCI.getOpcode()); in rewriteSetCC() 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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/WebAssembly/
DWebAssemblyInstrInfo.cpp99 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
171 ArrayRef<MachineOperand> Cond, in insertBranch()
/external/tensorflow/tensorflow/python/kernel_tests/
Dwhile_v2_test.py199 def Cond(x, tl): function
259 def Cond(x, tl): function
282 def Cond(x, tl): function
/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/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/swiftshader/third_party/llvm-7.0/llvm/lib/Target/RISCV/
DRISCVInstrInfo.cpp184 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
216 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
317 ArrayRef<MachineOperand> Cond, const DebugLoc &DL, int *BytesAdded) const { in insertBranch()
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorMeta.h15 template<bool cond> struct Cond {}; struct
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/AMDGPU/
DSIAnnotateControlFlow.cpp230 Value *Cond, PHINode *Broken, llvm::Loop *L, BranchInst *Term, in handleLoopCondition()
339 Value *Cond = Term->getCondition(); in handleLoop() local
349 if (PHINode *Cond = cast_or_null<PHINode>(Val)) in handleLoop() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/Sparc/
DSparcInstrInfo.cpp155 SmallVectorImpl<MachineOperand> &Cond) { in parseCondBranch()
163 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
246 ArrayRef<MachineOperand> Cond, in insertBranch()
/external/swiftshader/third_party/LLVM/lib/Target/Mips/
DMipsInstrInfo.cpp262 SmallVectorImpl<MachineOperand>& Cond) { in AnalyzeCondBr()
278 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
372 const SmallVectorImpl<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()
/external/swiftshader/third_party/LLVM/lib/Target/MSP430/
DMSP430InstrInfo.cpp178 SmallVectorImpl<MachineOperand> &Cond, in AnalyzeBranch()
268 const SmallVectorImpl<MachineOperand> &Cond, in InsertBranch()
/external/llvm/lib/Target/MSP430/
DMSP430InstrInfo.cpp176 SmallVectorImpl<MachineOperand> &Cond, in analyzeBranch()
266 ArrayRef<MachineOperand> Cond, in InsertBranch()

12345678910>>...18