Searched defs:CmpI (Results 1 – 10 of 10) sorted by relevance
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/ |
D | MergeICmps.cpp | 236 ICmpInst *CmpI = nullptr; member in __anone70df3cb0111::BCECmpBlock 323 BCECmpBlock visitICmp(const ICmpInst *const CmpI, in visitICmp() 365 auto *const CmpI = dyn_cast<ICmpInst>(Val); in visitCmpBlock() local 379 auto *const CmpI = dyn_cast<ICmpInst>(BranchI->getCondition()); in visitCmpBlock() local
|
D | LowerExpectIntrinsic.cpp | 252 ICmpInst *CmpI = dyn_cast<ICmpInst>(BSI.getCondition()); in handleBrSelExpect() local
|
D | GVN.cpp | 1508 if (auto *CmpI = dyn_cast<CmpInst>(V)) { in processAssumeIntrinsic() local
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/ |
D | ARMInstructionSelector.cpp | 581 auto CmpI = in insertComparison() local 779 auto CmpI = BuildMI(MBB, InsertBefore, DbgLoc, TII.get(Opcodes.TSTri)) in selectSelect() local
|
D | ARMBaseInstrInfo.cpp | 2745 inline static bool isRedundantFlagInstr(const MachineInstr *CmpI, in isRedundantFlagInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Lanai/ |
D | LanaiInstrInfo.cpp | 205 inline static bool isRedundantFlagInstr(MachineInstr *CmpI, unsigned SrcReg, in isRedundantFlagInstr()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Target/Hexagon/ |
D | HexagonSplitDouble.cpp | 508 const MachineInstr *CmpI = MRI->getVRegDef(PR); in collectIndRegsForLoop() local
|
D | HexagonHardwareLoops.cpp | 1322 MachineInstr *CmpI) { in orderBumpCompare()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Analysis/ |
D | ValueTracking.cpp | 5135 static Value *lookThroughCast(CmpInst *CmpI, Value *V1, Value *V2, in lookThroughCast() 5237 CmpInst *CmpI = dyn_cast<CmpInst>(SI->getCondition()); in matchSelectPattern() local 5248 CmpInst *CmpI, Value *TrueVal, Value *FalseVal, Value *&LHS, Value *&RHS, in matchDecomposedSelectPattern()
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/IPO/ |
D | Attributor.cpp | 5485 else if (auto *CmpI = dyn_cast<CmpInst>(I)) in updateImpl() local
|