Home
last modified time | relevance | path

Searched defs:I1 (Results 1 - 25 of 32) sorted by relevance

12

/third_party/backends/backend/genesys/
H A Dimage_pixel.h35 I1, member in genesys::PixelFormat
/third_party/mesa3d/src/panfrost/bifrost/
H A Dbi_opt_dual_tex.c70 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 DPostDominators.cpp54 bool PostDominatorTree::dominates(const Instruction *I1, in dominates() argument
H A DAliasAnalysis.cpp711 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 DCodeMoverUtils.cpp33 bool llvm::isControlFlowEquivalent(const Instruction &I0, const Instruction &I1, in isControlFlowEquivalent() argument
/third_party/mesa3d/src/gallium/drivers/nouveau/nv50/
H A Dnv50_formats.c114 #define I1(c, p, n, r, g, b, a, t, s, u) \ macro
/third_party/googletest/googletest/src/hwext/
H A Dgtest-ext.cc127 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 DMappedBlockStream.cpp40 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 DARMTargetStreamer.cpp74 const unsigned I1 = LittleEndian ? II + 1 : II + 0; in emitInst() local
/third_party/mbedtls/library/
H A Dcamellia.c252 uint32_t I0, I1; in camellia_feistel() local
[all...]
/third_party/skia/third_party/externals/swiftshader/third_party/subzero/src/
H A DIceOperand.cpp139 auto I1 = (UseTrimmed ? TrimmedBegin : Range.begin()), in overlaps() local
H A DIceGlobalContext.cpp103 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 DHexagonCopyToCombine.cpp263 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 DHexagonVectorLoopCarriedReuse.cpp402 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 DX86OptimizeLEAs.cpp605 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 DAPSInt.h301 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 DAPInt.h675 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 DRegAllocPBQP.cpp272 static bool lowestStartPoint(const IntervalInfo &I1, in lowestStartPoint() argument
279 static bool lowestEndPoint(const IntervalInfo &I1, in lowestEndPoint() argument
H A DMachineInstr.cpp597 MachineBasicBlock::const_instr_iterator I1 = getIterator(); in isIdenticalTo() local
H A DBranchFolding.cpp335 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 DInstruction.cpp380 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 DAArch64StackTagging.cpp196 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 DGVNHoist.cpp376 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 DAliasAnalysis.h686 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 DDWARFVerifier.cpp63 auto I1 = Ranges.begin(), E1 = Ranges.end(); in contains() local
87 auto I1 = Ranges.begin(), E1 = Ranges.end(); in intersects() local
[all...]

Completed in 33 milliseconds

12