/openbsd-src/gnu/llvm/llvm/tools/llvm-exegesis/lib/ |
H A D | CodeTemplate.cpp | 79 StringRef getName(ExecutionMode Bit) { in getName() 117 for (const auto Bit : getAllExecutionBits()) in getExecutionModeBits() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/TableGen/ |
H A D | Record.h | 482 Init *getBit(unsigned Bit) const override { in getBit() 517 Init *getBit(unsigned Bit) const override { in getBit() 572 Init *getBit(unsigned Bit) const override { in getBit() 603 Init *getBit(unsigned Bit) const override { in getBit() 633 Init *getBit(unsigned Bit) const override { in getBit() 687 Init *getBit(unsigned Bit) const override { in getBit() 754 Init *getBit(unsigned Bit) const override { in getBit() 1198 unsigned Bit; variable 1294 Init *getBit(unsigned Bit) const override { in getBit() 1345 Init *getBit(unsigned Bit) const override { in getBit() [all …]
|
/openbsd-src/gnu/llvm/llvm/lib/Frontend/OpenMP/ |
H A D | OMPContext.cpp | 136 for (unsigned Bit : VMI0.RequiredTraits.set_bits()) in isStrictSubset() local 194 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in isVariantApplicableInContextHelper() local 275 for (unsigned Bit : VMI.RequiredTraits.set_bits()) { in getVariantMatchScore() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/IR/ |
H A D | GlobalObject.h | 160 void setGlobalObjectFlag(unsigned Bit, bool Val) { in setGlobalObjectFlag()
|
/openbsd-src/gnu/llvm/llvm/lib/TableGen/ |
H A D | JSONBackend.cpp | 50 } else if (auto *Bit = dyn_cast<BitInit>(&I)) { in translateInit() local
|
H A D | TGLexer.h | 50 Assert, Bit, Bits, Class, Code, Dag, Def, Defm, Defset, Defvar, ElseKW, enumerator
|
H A D | TGParser.cpp | 74 Init *Bit = BV->getBit(i); in checkBitsConcrete() local 199 unsigned Bit = BitList[i]; in SetValue() local 2305 Init *Bit = Vals[i]->getCastTo(BitRecTy::get(Records)); in ParseSimpleValue() local
|
H A D | Record.cpp | 438 if (auto *Bit = dyn_cast<BitInit>(getBit(i))) in convertInitializerTo() local 472 if (Init *Bit = getBit(e-i-1)) in getAsString() local 1853 for (unsigned Bit : Bits) { in convertInitializerBitRange() local
|
/openbsd-src/gnu/llvm/llvm/utils/TableGen/ |
H A D | X86EVEX2VEXTablesEmitter.cpp | 97 if (BitInit *Bit = dyn_cast<BitInit>(B->getBit(i))) in getValueFromBitsInit() local
|
H A D | DFAEmitter.cpp | 315 if (auto *Bit = dyn_cast<BitInit>(NewStateInit->getBit(I))) { in Transition() local
|
H A D | X86FoldTablesEmitter.cpp | 215 BitInit *Bit = cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
|
H A D | InstrInfoEmitter.cpp | 1176 if (const auto *Bit = dyn_cast<BitInit>(TSF->getBit(i))) in emitRecord() local
|
H A D | CodeGenRegisters.cpp | 814 BitInit *Bit = cast<BitInit>(TSF->getBit(I)); in CodeGenRegisterClass() local 1495 unsigned Bit = 0; in computeSubRegLaneMasks() local
|
H A D | SubtargetEmitter.cpp | 183 unsigned Bit = FeatureMap.lookup(Feature); in printFeatureMask() local
|
/openbsd-src/gnu/llvm/clang/utils/TableGen/ |
H A D | ClangSACheckersEmitter.cpp | 67 const auto *Bit = dyn_cast<BitInit>(B->getBit(i)); in getValueFromBitsInit() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/RISCV/MCTargetDesc/ |
H A D | RISCVMatInt.cpp | 291 unsigned Bit = llvm::countr_zero(Hi); in generateInstSeq() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/fuzzer/ |
H A D | FuzzerTracePC.h | 226 unsigned Bit = 0; in CounterToFeature() local
|
/openbsd-src/gnu/llvm/llvm/lib/Transforms/IPO/ |
H A D | LowerTypeTests.cpp | 221 unsigned Bit = 0; in allocate() local 787 Value *Bit = createBitSetTest(ThenB, TIL, BitOffset); in lowerTypeTestCall() local 1124 for (auto Bit : BSI.Bits) in lowerTypeTestCalls() local
|
H A D | WholeProgramDevirt.cpp | 1662 Constant *Byte, Constant *Bit) { in applyVirtualConstProp() 2049 Constant *Bit = importConstant(Slot, CSByConstantArg.first, "bit", Int8Ty, in importResolution() local
|
/openbsd-src/gnu/llvm/compiler-rt/lib/scudo/standalone/ |
H A D | size_class_map.h | 153 for (u8 Bit = 0; Bit != 64; ++Bit) { in LSBTable() local
|
/openbsd-src/gnu/llvm/llvm/include/llvm/ADT/ |
H A D | BitVector.h | 157 for (auto Bit : Bits) in count() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AArch64/GISel/ |
H A D | AArch64InstructionSelector.cpp | 1392 static Register getTestBitReg(Register Reg, uint64_t &Bit, bool &Invert, in getTestBitReg() 1524 Register TestReg, uint64_t Bit, bool IsNegative, MachineBasicBlock *DstMBB, in emitTestBit() 1586 int32_t Bit = MaybeBit->Value.exactLogBase2(); in tryOptAndIntoCompareBranch() local 1671 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local 1680 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local 1689 uint64_t Bit = MRI.getType(LHS).getSizeInBits() - 1; in tryOptCompareBranchFedByICmp() local
|
/openbsd-src/gnu/llvm/llvm/lib/DebugInfo/DWARF/ |
H A D | DWARFDie.cpp | 44 uint64_t Bit = 1ULL << Shift; in dumpApplePropertyAttribute() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/AMDGPU/ |
H A D | AMDGPUInstCombineIntrinsic.cpp | 1148 const unsigned Bit = 1 << SrcIdx; in simplifyAMDGCNMemoryIntrinsicDemanded() local
|
/openbsd-src/gnu/llvm/llvm/lib/Target/X86/MCTargetDesc/ |
H A D | X86ShuffleDecode.cpp | 319 unsigned Bit = i % 8; in DecodeBLENDMask() local
|