/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.h | 62 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() function
|
/external/llvm/lib/Target/PowerPC/MCTargetDesc/ |
D | PPCMCTargetDesc.h | 60 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() function
|
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 82 static bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME); 310 bool PPCDAGToDAGISel::isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() function in PPCDAGToDAGISel 368 return isRunOfOnes(Mask, MB, ME); in isRotateAndMask() 416 if (InsertMask && isRunOfOnes(InsertMask, MB, ME)) { in SelectBitfieldInsert() 943 isRunOfOnes(Imm, MB, ME) && in Select() 961 if (isRunOfOnes(Imm, MB, ME)) { in Select()
|
D | PPCInstrInfo.td | 195 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); 202 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); 209 return isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1214 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction() 1231 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction() 1249 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction()
|
/external/llvm/lib/Target/PowerPC/AsmParser/ |
D | PPCAsmParser.cpp | 1151 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction() 1168 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction() 1186 if (!isRunOfOnes(BM, MB, ME)) in ProcessInstruction()
|
/external/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 506 return isRunOfOnes(Mask, MB, ME); in isRotateAndMask() 554 if (isRunOfOnes(InsertMask, MB, ME)) { in tryBitfieldInsert() 2611 isRunOfOnes(Imm, MB, ME) && in Select() 2666 if (isRunOfOnes(~(Imm^Imm2), MB, ME) && !(~Imm & Imm2)) { in Select()
|
D | PPCInstrInfo.td | 281 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); 288 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); 295 return isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
|
/external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 385 static bool isRunOfOnes(ConstantInt *Val, uint32_t &MB, uint32_t &ME) { in isRunOfOnes() function 430 if (isRunOfOnes(Mask, MB, ME)) { // begin/end bit of run, inclusive in FoldLogicalPlusAnd()
|
/external/llvm/lib/Transforms/InstCombine/ |
D | InstCombineAndOrXor.cpp | 337 static bool isRunOfOnes(ConstantInt *Val, uint32_t &MB, uint32_t &ME) { in isRunOfOnes() function 381 if (isRunOfOnes(Mask, MB, ME)) { // begin/end bit of run, inclusive in FoldLogicalPlusAnd()
|
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/ |
D | PPCISelDAGToDAG.cpp | 594 return isRunOfOnes(Mask, MB, ME); in isRotateAndMask() 726 if (isRunOfOnes(InsertMask, MB, ME)) { in tryBitfieldInsert() 4326 isRunOfOnes(Imm, MB, ME) && in Select() 4411 if (isRunOfOnes(~(Imm^Imm2), MB, ME) && !(~Imm & Imm2)) { in Select()
|
D | PPCInstrInfo.td | 338 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); 345 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me); 352 return isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
|