Home
last modified time | relevance | path

Searched refs:isRunOfOnes (Results 1 – 12 of 12) sorted by relevance

/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h62 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() function
/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h60 static inline bool isRunOfOnes(unsigned Val, unsigned &MB, unsigned &ME) { in isRunOfOnes() function
/external/swiftshader/third_party/LLVM/lib/Target/PowerPC/
DPPCISelDAGToDAG.cpp82 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()
DPPCInstrInfo.td195 (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/
DPPCAsmParser.cpp1214 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/
DPPCAsmParser.cpp1151 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/
DPPCISelDAGToDAG.cpp506 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()
DPPCInstrInfo.td281 (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/
DInstCombineAndOrXor.cpp385 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/
DInstCombineAndOrXor.cpp337 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/
DPPCISelDAGToDAG.cpp594 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()
DPPCInstrInfo.td338 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
345 (void)isRunOfOnes((unsigned)N->getZExtValue(), mb, me);
352 return isRunOfOnes((unsigned)N->getZExtValue(), mb, me);