Home
last modified time | relevance | path

Searched refs:CmpType (Results 1 – 5 of 5) sorted by relevance

/llvm-project-15.0.7/llvm/unittests/Remarks/
H A DYAMLRemarksParsingTest.cpp66 enum class CmpType { enum
71 void parseExpectErrorMeta(StringRef Buf, const char *Error, CmpType Cmp, in parseExpectErrorMeta()
85 if (Cmp == CmpType::Equal) { in parseExpectErrorMeta()
89 if (Cmp == CmpType::Contains) { in parseExpectErrorMeta()
698 "Expecting \\0 after magic number.", CmpType::Equal); in TEST()
701 CmpType::Equal); in TEST()
707 CmpType::Equal); in TEST()
712 "Expecting string table size.", CmpType::Equal); in TEST()
718 "Expecting string table.", CmpType::Equal); in TEST()
725 "'/path/'", CmpType::Contains); in TEST()
[all …]
/llvm-project-15.0.7/llvm/lib/Transforms/Scalar/
H A DJumpThreading.cpp814 Type *CmpType = Cmp->getType(); in computeValueKnownInPredecessorsImpl() local
864 if (isa<Constant>(CmpRHS) && !CmpType->isVectorTy()) { in computeValueKnownInPredecessorsImpl()
878 Constant *ResC = ConstantInt::get(CmpType, Res); in computeValueKnownInPredecessorsImpl()
912 ResC = ConstantInt::getTrue(CmpType); in computeValueKnownInPredecessorsImpl()
914 ResC = ConstantInt::getFalse(CmpType); in computeValueKnownInPredecessorsImpl()
/llvm-project-15.0.7/llvm/lib/Target/AMDGPU/
H A DAMDGPUInstCombineIntrinsic.cpp811 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in instCombineIntrinsic() local
813 unsigned Width = CmpType->getBitWidth(); in instCombineIntrinsic()
/llvm-project-15.0.7/llvm/lib/Target/Hexagon/
H A DHexagonPatterns.td346 ValueType CmpType, PatFrag CmpPred> {
347 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
350 def: Pat<(Sel (CmpType (CmpOp CmpPred:$Vs, CmpPred:$Vt)),
/llvm-project-15.0.7/llvm/lib/CodeGen/GlobalISel/
H A DLegalizerHelper.cpp6326 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() local
6328 auto Cmp = MIRBuilder.buildICmp(Pred, CmpType, Src0, Src1); in lowerMinMax()