Home
last modified time | relevance | path

Searched defs:allOnes (Results 1 – 10 of 10) sorted by relevance

/external/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp28 static uint64_t allOnes(unsigned int Count) { in allOnes() function
DSystemZISelDAGToDAG.cpp98 static uint64_t allOnes(unsigned int Count) { in allOnes() function
/external/deqp/external/vulkancts/modules/vulkan/pipeline/
DvktPipelinePushConstantTests.cpp706 std::vector<tcu::Vec4> allOnes (8, tcu::Vec4(1.0f, 1.0f, 1.0f, 1.0f)); in updatePushConstants() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Target/SystemZ/
DSystemZInstrInfo.cpp53 static uint64_t allOnes(unsigned int Count) { in allOnes() function
DSystemZISelDAGToDAG.cpp99 static uint64_t allOnes(unsigned int Count) { in allOnes() function
/external/deqp/external/vulkancts/modules/vulkan/spirv_assembly/
DvktSpvAsmTypeTests.cpp2949 const T allOnes = ~allZeros; in test_bitFieldSExtract() local
2965 const T allOnes = ~allZeros; in test_bitFieldUExtract() local
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Support/
DAPInt.cpp1201 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
/external/llvm/lib/Support/
DAPInt.cpp1473 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
/external/swiftshader/third_party/LLVM/lib/Support/
DAPInt.cpp1544 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local
/external/swiftshader/third_party/llvm-subzero/lib/Support/
DAPInt.cpp1447 APInt allOnes = APInt::getAllOnesValue(d.getBitWidth()).lshr(LeadingZeros); in magicu() local