/third_party/backends/backend/genesys/ |
H A D | image_pixel.h | 35 I1, member in genesys::PixelFormat
|
/third_party/mesa3d/src/panfrost/bifrost/ |
H A D | bi_opt_dual_tex.c | 70 bi_fuse_dual(bi_context *ctx, bi_instr *I1, bi_instr *I2) in bi_fuse_dual() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
H A D | PostDominators.cpp | 54 bool PostDominatorTree::dominates(const Instruction *I1, in dominates() argument
|
H A D | AliasAnalysis.cpp | 711 bool AAResults::canInstructionRangeModRef(const Instruction &I1, in canInstructionRangeModRef() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Utils/ |
H A D | CodeMoverUtils.cpp | 33 bool llvm::isControlFlowEquivalent(const Instruction &I0, const Instruction &I1, in isControlFlowEquivalent() argument
|
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/ |
H A D | nv50_formats.c | 114 #define I1(c, p, n, r, g, b, a, t, s, u) \ macro
|
/third_party/googletest/googletest/src/hwext/ |
H A D | gtest-ext.cc | 127 enum indexEnum {I0 = 0, I1, I2, I3, I4};
in getLevel() enumerator
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/MSF/ |
H A D | MappedBlockStream.cpp | 40 static Interval intersect(const Interval &I1, const Interval &I2) { in intersect() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/MCTargetDesc/ |
H A D | ARMTargetStreamer.cpp | 74 const unsigned I1 = LittleEndian ? II + 1 : II + 0; in emitInst() local
|
/third_party/mbedtls/library/ |
H A D | camellia.c | 252 uint32_t I0, I1; in camellia_feistel() local [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/ |
H A D | IceOperand.cpp | 139 auto I1 = (UseTrimmed ? TrimmedBegin : Range.begin()), in overlaps() local
|
H A D | IceGlobalContext.cpp | 103 uint64_t I1 = 0, I2 = 0; in operator ()() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
H A D | HexagonCopyToCombine.cpp | 263 bool HexagonCopyToCombine::isSafeToMoveTogether(MachineInstr &I1, in isSafeToMoveTogether() argument 489 MachineInstr &I1 = *MI++; runOnMachineFunction() local 524 findPairable(MachineInstr &I1, bool &DoInsertAtI1, bool AllowC64) findPairable() argument 573 combine(MachineInstr &I1, MachineInstr &I2, MachineBasicBlock::iterator &MI, bool DoInsertAtI1, bool OptForSize) combine() argument [all...] |
H A D | HexagonVectorLoopCarriedReuse.cpp | 402 bool HexagonVectorLoopCarriedReuse::isEquivalentOperation(Instruction *I1, in isEquivalentOperation() argument 719 getDepChainBtwn(Instruction *I1, Instruction *I2, int Iters) getDepChainBtwn() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
H A D | X86OptimizeLEAs.cpp | 605 auto I1 = List.begin(); in removeRedundantLEAs() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/ADT/ |
H A D | APSInt.h | 301 static bool isSameValue(const APSInt &I1, const APSInt &I2) { in isSameValue() argument 306 static int compareValues(const APSInt &I1, const APSInt &I2) { in compareValues() argument [all...] |
H A D | APInt.h | 675 static bool isSameValue(const APInt &I1, const APInt &I2) { in isSameValue() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/ |
H A D | RegAllocPBQP.cpp | 272 static bool lowestStartPoint(const IntervalInfo &I1, in lowestStartPoint() argument 279 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint() argument
|
H A D | MachineInstr.cpp | 597 MachineBasicBlock::const_instr_iterator I1 = getIterator(); in isIdenticalTo() local
|
H A D | BranchFolding.cpp | 335 ComputeCommonTailLength(MachineBasicBlock *MBB1, MachineBasicBlock *MBB2, MachineBasicBlock::iterator &I1, MachineBasicBlock::iterator &I2) ComputeCommonTailLength() argument 587 ProfitableToMerge(MachineBasicBlock *MBB1, MachineBasicBlock *MBB2, unsigned MinCommonTailLength, unsigned &CommonTailLen, MachineBasicBlock::iterator &I1, MachineBasicBlock::iterator &I2, MachineBasicBlock *SuccBB, MachineBasicBlock *PredBB, DenseMap<const MachineBasicBlock *, int> &EHScopeMembership, bool AfterPlacement, BranchFolder::MBFIWrapper &MBBFreqInfo, ProfileSummaryInfo *PSI) ProfitableToMerge() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/IR/ |
H A D | Instruction.cpp | 380 static bool haveSameSpecialState(const Instruction *I1, const Instruction *I2, in haveSameSpecialState() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/ |
H A D | AArch64StackTagging.cpp | 196 auto I1 = Out.find(Offset); in generate() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
H A D | GVNHoist.cpp | 376 bool firstInBB(const Instruction *I1, const Instruction *I2) { in firstInBB() argument [all...] |
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Analysis/ |
H A D | AliasAnalysis.h | 686 bool canInstructionRangeModRef(const Instruction &I1, const Instruction &I2, in canInstructionRangeModRef() argument
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFVerifier.cpp | 63 auto I1 = Ranges.begin(), E1 = Ranges.end(); in contains() local 87 auto I1 = Ranges.begin(), E1 = Ranges.end(); in intersects() local [all...] |