Searched refs:isMax (Results 1 - 7 of 7) sorted by relevance
/external/swiftshader/third_party/LLVM/lib/Transforms/Instrumentation/ |
H A D | PathProfiling.cpp | 1039 ICmpInst* isMax = new ICmpInst(insertPoint, CmpInst::ICMP_ULT, oldPc, local 1041 "isMax"); 1045 SelectInst::Create( isMax, createIncrementConstant(increment?1:-1,32),
|
/external/valgrind/VEX/priv/ |
H A D | host_arm_defs.h | 869 Bool isMax; member in struct:__anon23907::__anon23908::__anon23942 1029 extern ARMInstr* ARMInstr_VMinMaxNum ( Bool isF64, Bool isMax,
|
H A D | host_arm_defs.c | 1377 ARMInstr* ARMInstr_VMinMaxNum ( Bool isF64, Bool isMax, argument 1383 i->ARMin.VMinMaxNum.isMax = isMax; 1907 const HChar* nm = i->ARMin.VMinMaxNum.isMax ? "vmaxnm" : "vminnm"; 3941 Bool isMax = i->ARMin.VMinMaxNum.isMax; local 3967 (N << 3) | ((isMax ? 0 : 1) << 2) | (M << 1) | 0,
|
H A D | host_arm_isel.c | 5628 Bool isMax = e->Iex.Binop.op == Iop_MaxNumF64; local 5630 True/*isF64*/, isMax, dst, srcL, srcR)); 5800 Bool isMax = e->Iex.Binop.op == Iop_MaxNumF32; local 5802 False/*!isF64*/, isMax, dst, srcL, srcR));
|
H A D | guest_arm_toIR.c | 13796 Bool isMax = INSN(21,21) == 0; local 13826 IROp op = isMax ? Iop_MaxNumF32 : Iop_MinNumF32; 13853 isMax ? "max" : "min", rch,
|
/external/swiftshader/third_party/LLVM/lib/Target/CBackend/ |
H A D | CBackend.cpp | 2732 static void printLimitValue(IntegerType &Ty, bool isSigned, bool isMax, argument 2752 Out << sprefix << type << (isMax ? "_MAX" : "_MIN"); 2754 Out << "U" << type << (isMax ? "_MAX" : "0");
|
/external/llvm/lib/CodeGen/ |
H A D | RegAllocGreedy.cpp | 238 bool isMax() const { return BrokenHints == ~0u; } function in struct:__anon12730::RAGreedy::EvictionCost 791 // If !MaxCost.isMax(), then we're just looking for a cheap register. 794 if (!MaxCost.isMax() && IsLocal && LIS->intervalIsInOneMBB(*Intf) &&
|
Completed in 3125 milliseconds