Searched refs:isL (Results 1 - 6 of 6) sorted by relevance

/external/llvm/tools/llvm-diff/
H A DDiffConsumer.cpp48 void DiffConsumer::printValue(Value *V, bool isL) { argument
56 printValue(cast<StoreInst>(V)->getPointerOperand(), isL);
59 printValue(cast<CallInst>(V)->getCalledValue(), isL);
62 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
78 if (isL) {
H A DDiffConsumer.h74 void printValue(Value *V, bool isL);
/external/swiftshader/third_party/LLVM/tools/llvm-diff/
H A DDiffConsumer.cpp47 void DiffConsumer::printValue(Value *V, bool isL) { argument
55 printValue(cast<StoreInst>(V)->getPointerOperand(), isL);
58 printValue(cast<CallInst>(V)->getCalledValue(), isL);
61 printValue(cast<InvokeInst>(V)->getCalledValue(), isL);
73 if (isL) {
H A DDiffConsumer.h75 void printValue(Value *V, bool isL);
/external/harfbuzz_ng/src/
H A Dhb-ot-shape-complex-hangul.cc113 #define isL(u) (hb_in_ranges ((u), 0x1100u, 0x115Fu, 0xA960u, 0xA97Cu)) macro
244 if (isL (u) && buffer->idx + 1 < count)
/external/valgrind/VEX/priv/
H A Dguest_amd64_toIR.c15286 Long delta, Bool isAvx, Bool isL )
15300 isAvx ? "v" : "", isL ? 'l' : 'h', nameXMMReg(rE), nameXMMReg(rG));
15308 isAvx ? "v" : "", isL ? 'l' : 'h', dis_buf, nameXMMReg(rG));
15313 ( rG, isL ? mkV128from32s( s2, s2, s0, s0 )
15320 Long delta, Bool isL )
15334 isL ? 'l' : 'h', nameYMMReg(rE), nameYMMReg(rG));
15340 isL ? 'l' : 'h', dis_buf, nameYMMReg(rG));
15344 putYMMRegLane128( rG, 1, isL ? mkV128from32s( s6, s6, s4, s4 )
15346 putYMMRegLane128( rG, 0, isL ? mkV128from32s( s2, s2, s0, s0 )
15419 True/*isL*/ );
[all...]

Completed in 1046 milliseconds