Home
last modified time | relevance | path

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

/external/llvm/lib/Fuzzer/
DFuzzerTraceState.cpp114 bool ComputeCmp(size_t CmpType, U Arg1, U Arg2) { in ComputeCmp()
131 static bool ComputeCmp(size_t CmpSize, size_t CmpType, uint64_t Arg1, in ComputeCmp()
308 void TraceState::DFSanCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType, in DFSanCmpCallback()
427 void TraceState::TraceCmpCallback(uintptr_t PC, size_t CmpSize, size_t CmpType, in TraceCmpCallback()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/Scalar/
DJumpThreading.cpp770 Type *CmpType = Cmp->getType(); in ComputeValueKnownInPredecessorsImpl() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/
DAMDGPURegisterBankInfo.cpp1237 LLT CmpType = LLT::scalar(32); in lowerScalarMinMax() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/
DInstCombineCalls.cpp3887 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in visitCallInst() local
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/
DLegalizerHelper.cpp4035 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() local