Home
last modified time | relevance | path

Searched refs:isShiftedMask_32 (Results 1 – 14 of 14) sorted by relevance

/external/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h64 if (isShiftedMask_32(Val)) { in isRunOfOnes()
72 if (isShiftedMask_32(Val)) { in isRunOfOnes()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/MCTargetDesc/
DPPCMCTargetDesc.h65 if (isShiftedMask_32(Val)) { in isRunOfOnes()
73 if (isShiftedMask_32(Val)) { in isRunOfOnes()
/external/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp171 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCost()
172 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCost()
/external/capstone/
DMathExtras.h75 static inline bool isShiftedMask_32(uint32_t Value) { in isShiftedMask_32() function
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/PowerPC/
DPPCTargetTransformInfo.cpp185 (isShiftedMask_32(Imm.getZExtValue()) || in getIntImmCostInst()
186 isShiftedMask_32(~Imm.getZExtValue()))) in getIntImmCostInst()
/external/llvm/include/llvm/Support/
DMathExtras.h365 inline bool isShiftedMask_32(uint32_t Value) {
/external/swiftshader/third_party/llvm-subzero/include/llvm/Support/
DMathExtras.h387 constexpr inline bool isShiftedMask_32(uint32_t Value) {
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/Support/
DMathExtras.h453 constexpr inline bool isShiftedMask_32(uint32_t Value) {
/external/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2415 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
DARMISelLowering.cpp12183 return isShiftedMask_32(~v); in isBitFieldInvertedMask()
/external/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2041 return isShiftedMask_32(Mask); in isShiftedMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/AArch64/
DAArch64ISelDAGToDAG.cpp2252 return isShiftedMask_32(Mask); in isShiftedMask()
/external/swiftshader/third_party/llvm-10.0/llvm/lib/Target/ARM/
DARMISelDAGToDAG.cpp2912 isShiftedMask_32(And_imm)) { in tryV6T2BitfieldExtractOp()
DARMISelLowering.cpp12144 if (LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
12157 if (!LeftShift && isShiftedMask_32(C1)) { in CombineANDShift()
16508 return isShiftedMask_32(~v); in isBitFieldInvertedMask()