Searched defs:CmpType (Results 1 – 5 of 5) sorted by relevance
/external/llvm/lib/Fuzzer/ |
D | FuzzerTraceState.cpp | 114 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/ |
D | JumpThreading.cpp | 770 Type *CmpType = Cmp->getType(); in ComputeValueKnownInPredecessorsImpl() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AMDGPU/ |
D | AMDGPURegisterBankInfo.cpp | 1237 LLT CmpType = LLT::scalar(32); in lowerScalarMinMax() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Transforms/InstCombine/ |
D | InstCombineCalls.cpp | 3887 if (auto *CmpType = dyn_cast<IntegerType>(Ty)) { in visitCallInst() local
|
/external/swiftshader/third_party/llvm-10.0/llvm/lib/CodeGen/GlobalISel/ |
D | LegalizerHelper.cpp | 4035 LLT CmpType = MRI.getType(Dst).changeElementSize(1); in lowerMinMax() local
|