HomeSort by relevance Sort by last modified time
    Searched refs:AllOnes (Results 1 - 18 of 18) sorted by null

  /device/linaro/bootloader/edk2/DuetPkg/PciBusNoEnumerationDxe/
PciOptionRomSupport.c 50 UINT32 AllOnes;
86 AllOnes = 0xfffffffe;
94 &AllOnes
108 &AllOnes
117 AllOnes &= 0xFFFFF800;
118 if ((AllOnes == 0) || (AllOnes == 0xFFFFF800)) {
125 PciIoDevice->RomSize = (UINT64) ((~AllOnes) + 1);
  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
PciOptionRomSupport.c 240 UINT32 AllOnes;
272 AllOnes = 0xfffffffe;
280 &AllOnes
294 &AllOnes
303 AllOnes &= 0xFFFFF800;
304 if ((AllOnes == 0) || (AllOnes == 0xFFFFF800)) {
308 PciIoDevice->RomSize = (UINT64) ((~AllOnes) + 1);
  /external/llvm/lib/Target/Lanai/
LanaiISelLowering.cpp     [all...]
  /device/linaro/bootloader/edk2/DuetPkg/PciRootBridgeNoEnumerationDxe/
PcatPciRootBridge.c 752 UINT32 AllOnes;
771 AllOnes = 0xffffffff;
778 &AllOnes
    [all...]
  /external/swiftshader/third_party/LLVM/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 290 SDValue AllOnes = DAG.getConstant(
292 SDValue NotMask = DAG.getNode(ISD::XOR, DL, VT, Mask, AllOnes);
SelectionDAG.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Analysis/
ValueTracking.cpp 229 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
231 AllOnes, KnownZero2, KnownOne2, TD, Depth+1);
237 AllOnes, KnownZero2, KnownOne2, TD, Depth+1);
526 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
527 ComputeMaskedBits(I->getOperand(0), AllOnes, KnownZero, KnownOne,
529 ComputeMaskedBits(I->getOperand(1), AllOnes, KnownZero2, KnownOne2,
    [all...]
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeVectorOps.cpp 757 SDValue AllOnes = DAG.getConstant(
759 SDValue NotMask = DAG.getNode(ISD::XOR, DL, MaskTy, Mask, AllOnes);
    [all...]
  /external/swiftshader/third_party/LLVM/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp     [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineSimplifyDemanded.cpp 721 APInt AllOnes = APInt::getAllOnesValue(BitWidth);
722 if (SimplifyDemandedBits(I->getOperandUse(0), AllOnes, KnownZero2,
724 SimplifyDemandedBits(I->getOperandUse(1), AllOnes, KnownZero2,
    [all...]
  /external/llvm/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/VMCore/
Instructions.cpp     [all...]
  /external/llvm/lib/Transforms/Instrumentation/
MemorySanitizer.cpp     [all...]
  /external/llvm/lib/IR/
Instructions.cpp     [all...]
  /external/swiftshader/third_party/LLVM/lib/Target/ARM/
ARMISelLowering.cpp     [all...]
  /external/llvm/lib/Analysis/
ScalarEvolution.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86ISelLowering.cpp     [all...]

Completed in 868 milliseconds