Searched refs:TestPos (Results 1 – 2 of 2) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/X86/ |
D | X86FlagsCopyLowering.cpp | 101 MachineBasicBlock::iterator TestPos, 105 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 111 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 115 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 119 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 123 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 128 MachineBasicBlock::iterator TestPos, 132 MachineBasicBlock::iterator TestPos, DebugLoc TestLoc, 435 auto TestPos = CopyDefI.getIterator(); in runOnMachineFunction() local 485 !HasEFLAGSClobber(TestMBB->begin(), TestPos)) { in runOnMachineFunction() [all …]
|
/third_party/openh264/codec/processing/src/scrolldetection/ |
D | ScrollDetectionFuncs.cpp | 74 int32_t TestPos = kiMidPos; in SelectTestLine() local 79 TestPos = kiMidPos + iOffsetAbs; in SelectTestLine() 80 if (TestPos < iPicHeight) { in SelectTestLine() 81 pTmp = pY + TestPos * iStride + iOffsetX; in SelectTestLine() 84 TestPos = kiMidPos - iOffsetAbs; in SelectTestLine() 85 if (TestPos >= 0) { in SelectTestLine() 86 pTmp = pY + TestPos * iStride + iOffsetX; in SelectTestLine() 91 TestPos = -1; in SelectTestLine() 92 return TestPos; in SelectTestLine()
|