| /freebsd/crypto/krb5/src/lib/crypto/crypto_tests/ |
| H A D | expect-vk.txt | 6 I=1 10 I=2 14 I=3 18 I=4 22 I=5 26 I=6 30 I=7 34 I=8 38 I=9 42 I=10 [all …]
|
| H A D | camellia-expect-vt.txt | 6 I=1 10 I=2 14 I=3 18 I=4 22 I=5 26 I=6 30 I=7 34 I=8 38 I=9 42 I=10 [all …]
|
| H A D | expect-vt.txt | 6 I=1 10 I=2 14 I=3 18 I=4 22 I=5 26 I=6 30 I=7 34 I=8 38 I=9 42 I=10 [all …]
|
| /freebsd/lib/libvgl/ |
| H A D | mouse.c | 50 #define I INTERIOR macro 87 B,I,B,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 88 B,I,I,B,0,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 89 B,I,I,I,B,0,0,0,0,0,0,0,0,0,0,0,0,0,0, 90 B,I,I,I,I,B,0,0,0,0,0,0,0,0,0,0,0,0,0, 91 B,I,I,I,I,I,B,0,0,0,0,0,0,0,0,0,0,0,0, 92 B,I,I,I,I,I,I,B,0,0,0,0,0,0,0,0,0,0,0, 93 B,I,I,I,I,I,I,I,B,0,0,0,0,0,0,0,0,0,0, 94 B,I,I,I,I,I,I,I,I,B,0,0,0,0,0,0,0,0,0, 95 B,I,I,I,I,I,I,I,I,I,B,0,0,0,0,0,0,0,0, [all …]
|
| /freebsd/contrib/nvi/common/ |
| H A D | encoding.c | 17 #define I 2 /* character appears in ISO-8859 text */ macro 34 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xaX */ 35 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xbX */ 36 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xcX */ 37 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xdX */ 38 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xeX */ 39 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I /* 0xfX */ 164 #undef I
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/orc/tests/unit/ |
| H A D | c_api_test.cpp | 36 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local 37 DataPtr[I] = 0x55 + I; in TEST() 42 for (size_t I = 0; I != SmallAllocSize; ++I) in TEST() local 43 EXPECT_EQ(R.Data.Value[I], (char)(0x55 + I)) in TEST() 44 << "Unexpected value at index " << I; in TEST() 66 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local 67 DataPtr[I] = 0x55 + I; in TEST() 73 for (size_t I = 0; I != LargeAllocSize; ++I) in TEST() local 74 EXPECT_EQ(R.Data.ValuePtr[I], (char)(0x55 + I)) in TEST() 75 << "Unexpected value at index " << I; in TEST() [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/IR/ |
| H A D | InstVisitor.h | 29 visit##CLASS_TO_VISIT(static_cast<CLASS_TO_VISIT&>(I)) 111 RetTy visit(Instruction *I) { return visit(*I); } in visit() argument 115 RetTy visit(Instruction &I) { in visit() argument 119 switch (I.getOpcode()) { in visit() 125 visit##OPCODE(static_cast<CLASS&>(I)); in visit() 155 RetTy visit##OPCODE(CLASS &I) { \ 157 return delegateCallInst(I); \ 166 RetTy visitICmpInst(ICmpInst &I) { DELEGATE(CmpInst);} in visitICmpInst() argument 167 RetTy visitFCmpInst(FCmpInst &I) { DELEGATE(CmpInst);} in visitFCmpInst() argument 168 RetTy visitAllocaInst(AllocaInst &I) { DELEGATE(UnaryInstruction);} in visitAllocaInst() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/SPIRV/ |
| H A D | SPIRVInstructionSelector.cpp | 93 bool select(MachineInstr &I) override; 107 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 112 MachineInstr &I) const; 114 bool selectGlobalValue(Register ResVReg, MachineInstr &I, 118 MachineInstr &I, Register SrcReg, 120 bool selectUnOp(Register ResVReg, const SPIRVType *ResType, MachineInstr &I, 124 MachineInstr &I) const; 127 MachineInstr &I) const; 128 bool selectStore(MachineInstr &I) const; 131 MachineInstr &I) const; [all …]
|
| H A D | SPIRVEmitIntrinsics.cpp | 84 Type *deduceElementType(Value *I, bool UnknownElemTypeI8); 85 Type *deduceElementTypeHelper(Value *I, bool UnknownElemTypeI8); 86 Type *deduceElementTypeHelper(Value *I, std::unordered_set<Value *> &Visited, 96 void maybeAssignPtrType(Type *&Ty, Value *I, Type *RefTy, 106 void deduceOperandElementType(Instruction *I, Instruction *AskOp = 0, 128 void processInstrAfterVisit(Instruction *I, IRBuilder<> &B); 129 bool insertAssignPtrTypeIntrs(Instruction *I, IRBuilder<> &B, 131 void insertAssignTypeIntrs(Instruction *I, IRBuilder<> &B); 134 void replacePointerOperandWithPtrCast(Instruction *I, Value *Pointer, 138 void insertPtrCastOrAssignTypeInstr(Instruction *I, IRBuilder<> &B); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Analysis/ |
| H A D | Lint.cpp | 99 void visitMemoryReference(Instruction &I, const MemoryLocation &Loc, 102 void visitReturnInst(ReturnInst &I); 103 void visitLoadInst(LoadInst &I); 104 void visitStoreInst(StoreInst &I); 105 void visitXor(BinaryOperator &I); 106 void visitSub(BinaryOperator &I); 107 void visitLShr(BinaryOperator &I); 108 void visitAShr(BinaryOperator &I); 109 void visitShl(BinaryOperator &I); 110 void visitSDiv(BinaryOperator &I); [all …]
|
| /freebsd/contrib/llvm-project/llvm/include/llvm/Frontend/OpenMP/ |
| H A D | ClauseT.h | 184 template <typename I, typename E> 185 bool operator==(const ObjectT<I, E> &o1, const ObjectT<I, E> &o2) { 189 template <typename I, typename E> using ObjectListT = ListT<ObjectT<I, E>>; 193 template <typename I, typename E> // 197 ObjectT<I, E> v; 230 template <typename I, typename E> // 232 using MapperIdentifier = ObjectT<I, E>; 244 template <typename I, typename E> // 248 std::tuple<DefinedOperatorT<I, E>, E> t; 251 std::tuple<ObjectT<I, E>, OPT(Distance)> t; [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/ |
| H A D | X86InstructionSelector.cpp | |
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/Utils/ |
| H A D | CloneModule.cpp | 70 for (const GlobalVariable &I : M.globals()) { in CloneModule() local 72 *New, I.getValueType(), I.isConstant(), I.getLinkage(), in CloneModule() 73 (Constant *)nullptr, I.getName(), (GlobalVariable *)nullptr, in CloneModule() 74 I.getThreadLocalMode(), I.getType()->getAddressSpace()); in CloneModule() 75 NewGV->copyAttributesFrom(&I); in CloneModule() 76 VMap[&I] = NewGV; in CloneModule() 80 for (const Function &I : M) { in CloneModule() local 82 Function::Create(cast<FunctionType>(I.getValueType()), I.getLinkage(), in CloneModule() 83 I.getAddressSpace(), I.getName(), New.get()); in CloneModule() 84 NF->copyAttributesFrom(&I); in CloneModule() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/Mips/ |
| H A D | MipsInstructionSelector.cpp | 38 bool select(MachineInstr &I) override; 42 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 47 bool selectCopy(MachineInstr &I, MachineRegisterInfo &MRI) const; 50 unsigned selectLoadStoreOpCode(MachineInstr &I, 52 bool buildUnalignedStore(MachineInstr &I, unsigned Opc, 55 bool buildUnalignedLoad(MachineInstr &I, unsigned Opc, Register Dest, 105 bool MipsInstructionSelector::selectCopy(MachineInstr &I, in selectCopy() argument 107 Register DstReg = I.getOperand(0).getReg(); in selectCopy() 113 LLVM_DEBUG(dbgs() << "Failed to constrain " << TII.getName(I.getOpcode()) in selectCopy() 182 MipsInstructionSelector::selectLoadStoreOpCode(MachineInstr &I, in selectLoadStoreOpCode() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/X86/GISel/ |
| H A D | X86InstructionSelector.cpp | 66 bool select(MachineInstr &I) override; 72 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 78 bool selectLoadStoreOp(MachineInstr &I, MachineRegisterInfo &MRI, 80 bool selectFrameIndexOrGep(MachineInstr &I, MachineRegisterInfo &MRI, 82 bool selectGlobalValue(MachineInstr &I, MachineRegisterInfo &MRI, 84 bool selectConstant(MachineInstr &I, MachineRegisterInfo &MRI, 86 bool selectTruncOrPtrToInt(MachineInstr &I, MachineRegisterInfo &MRI, 88 bool selectZext(MachineInstr &I, MachineRegisterInfo &MRI, 90 bool selectAnyext(MachineInstr &I, MachineRegisterInfo &MRI, 92 bool selectCmp(MachineInstr &I, MachineRegisterInfo &MRI, [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Transforms/InstCombine/ |
| H A D | InstCombineSimplifyDemanded.cpp | 36 static bool ShrinkDemandedConstant(Instruction *I, unsigned OpNo, in ShrinkDemandedConstant() argument 38 assert(I && "No instruction?"); in ShrinkDemandedConstant() 39 assert(OpNo < I->getNumOperands() && "Operand index too large"); in ShrinkDemandedConstant() 42 Value *Op = I->getOperand(OpNo); in ShrinkDemandedConstant() 52 I->setOperand(OpNo, ConstantInt::get(Op->getType(), *C & Demanded)); in ShrinkDemandedConstant() 89 bool InstCombinerImpl::SimplifyDemandedBits(Instruction *I, unsigned OpNo, in SimplifyDemandedBits() argument 93 Use &U = I->getOperandUse(OpNo); in SimplifyDemandedBits() 157 Value *InstCombinerImpl::SimplifyDemandedUseBits(Instruction *I, in SimplifyDemandedUseBits() argument 162 assert(I != nullptr && "Null pointer of Value???"); in SimplifyDemandedUseBits() 165 Type *VTy = I->getType(); in SimplifyDemandedUseBits() [all …]
|
| H A D | InstCombineNegator.cpp | 99 IRBuilderCallbackInserter([&](Instruction *I) { in Negator() argument 101 NewInstructions.push_back(I); in Negator() 115 std::array<Value *, 2> Negator::getSortedOperandsOfBinOp(Instruction *I) { in getSortedOperandsOfBinOp() argument 116 assert(I->getNumOperands() == 2 && "Only for binops!"); in getSortedOperandsOfBinOp() 117 std::array<Value *, 2> Ops{I->getOperand(0), I->getOperand(1)}; in getSortedOperandsOfBinOp() 118 if (I->isCommutative() && InstCombiner::getComplexity(I->getOperand(0)) < in getSortedOperandsOfBinOp() 119 InstCombiner::getComplexity(I->getOperand(1))) in getSortedOperandsOfBinOp() 156 auto *I = cast<Instruction>(V); in visitImpl() local 157 unsigned BitWidth = I->getType()->getScalarSizeInBits(); in visitImpl() 164 Builder.SetInsertPoint(I); in visitImpl() [all …]
|
| H A D | InstCombineMulDivRem.cpp | 66 BinaryOperator *I = dyn_cast<BinaryOperator>(V); in simplifyValueKnownNonZero() local 67 if (I && I->isLogicalShift() && in simplifyValueKnownNonZero() 68 IC.isKnownToBeAPowerOfTwo(I->getOperand(0), false, 0, &CxtI)) { in simplifyValueKnownNonZero() 71 if (Value *V2 = simplifyValueKnownNonZero(I->getOperand(0), IC, CxtI)) { in simplifyValueKnownNonZero() 72 IC.replaceOperand(*I, 0, V2); in simplifyValueKnownNonZero() 76 if (I->getOpcode() == Instruction::LShr && !I->isExact()) { in simplifyValueKnownNonZero() 77 I->setIsExact(); in simplifyValueKnownNonZero() 81 if (I->getOpcode() == Instruction::Shl && !I->hasNoUnsignedWrap()) { in simplifyValueKnownNonZero() 82 I->setHasNoUnsignedWrap(); in simplifyValueKnownNonZero() 99 static Value *foldMulSelectToNegate(BinaryOperator &I, in foldMulSelectToNegate() argument [all …]
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| H A D | stats.h | 34 for (uptr I = 0; I < StatCount; I++) in init() local 35 DCHECK_EQ(get(static_cast<StatType>(I)), 0U); in init() 38 void add(StatType I, uptr V) { in add() argument 39 V += atomic_load_relaxed(&StatsArray[I]); in add() 40 atomic_store_relaxed(&StatsArray[I], V); in add() 43 void sub(StatType I, uptr V) { in sub() argument 44 V = atomic_load_relaxed(&StatsArray[I]) - V; in sub() 45 atomic_store_relaxed(&StatsArray[I], V); in sub() 48 void set(StatType I, uptr V) { atomic_store_relaxed(&StatsArray[I], V); } in set() argument 50 uptr get(StatType I) const { return atomic_load_relaxed(&StatsArray[I]); } in get() argument [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/ARM/ |
| H A D | MVELaneInterleavingPass.cpp | 173 Instruction *I = Worklist.back(); in tryInterleave() local 176 switch (I->getOpcode()) { in tryInterleave() 180 if (!Truncs.insert(I)) in tryInterleave() 182 Visited.insert(I); in tryInterleave() 189 if (Exts.count(I)) in tryInterleave() 191 for (auto *Use : I->users()) in tryInterleave() 193 Exts.insert(I); in tryInterleave() 197 IntrinsicInst *II = dyn_cast<IntrinsicInst>(I); in tryInterleave() 202 if (!Reducts.insert(I)) in tryInterleave() 204 Visited.insert(I); in tryInterleave() [all …]
|
| /freebsd/contrib/file/src/ |
| H A D | encoding.c | 237 #define I 2 /* character appears in ISO-8859 text */ macro 254 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xaX */ 255 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xbX */ 256 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xcX */ 257 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xdX */ 258 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, /* 0xeX */ 259 I, I, I, I, I, I, I, I, I, I, I, I, I, I, I, I /* 0xfX */ 283 LOOKS(latin1, t != T && t != I) 284 LOOKS(extended, t != T && t != I && t != X) 568 #undef I
|
| /freebsd/contrib/llvm-project/llvm/lib/CodeGen/SelectionDAG/ |
| H A D | SelectionDAGBuilder.h | 326 void visit(const Instruction &I); 327 void visitDbgInfo(const Instruction &I); 329 void visit(unsigned Opcode, const User &I); 389 const FunctionLoweringInfo &FuncInfo, const BranchInst &I, 414 SDValue lowerRangeToAssertZExt(SelectionDAG &DAG, const Instruction &I, 480 void LowerStatepoint(const GCStatepointInst &I, 504 void visitRet(const ReturnInst &I); 505 void visitBr(const BranchInst &I); 506 void visitSwitch(const SwitchInst &I); 507 void visitIndirectBr(const IndirectBrInst &I); [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/ExecutionEngine/Orc/ |
| H A D | OrcABISupport.cpp | 154 for (unsigned I = 0; I < NumTrampolines; ++I, OffsetToPtr -= TrampolineSize) { in writeTrampolines() local 155 Trampolines[3 * I + 0] = 0xaa1e03f1; // mov x17, x30 in writeTrampolines() 156 Trampolines[3 * I + 1] = 0x58000010 | (OffsetToPtr << 3); // adr x16, Lptr in writeTrampolines() 157 Trampolines[3 * I + 2] = 0xd63f0200; // blr x16 in writeTrampolines() 196 for (unsigned I = 0; I < NumStubs; ++I) in writeIndirectStubsBlock() local 197 Stub[I] = 0xd61f020058000010 | PtrOffsetField; in writeIndirectStubsBlock() 214 for (unsigned I = 0; I < NumTrampolines; ++I, OffsetToPtr -= TrampolineSize) in writeTrampolines() local 215 Trampolines[I] = CallIndirPCRel | ((OffsetToPtr - 6) << 16); in writeTrampolines() 250 for (unsigned I = 0; I < NumStubs; ++I) in writeIndirectStubsBlock() local 251 Stub[I] = 0xF1C40000000025ff | PtrOffsetField; in writeIndirectStubsBlock() [all …]
|
| /freebsd/contrib/llvm-project/clang/utils/TableGen/ |
| H A D | ClangOpcodesEmitter.cpp | 64 Rec = [&TypePath, Types, &Rec, &F](size_t I, const Twine &ID) { in Enumerate() argument 65 if (I >= Types->size()) { in Enumerate() 70 if (const auto *TypeClass = dyn_cast<DefInit>(Types->getElement(I))) { in Enumerate() 74 Rec(I + 1, ID + Type->getName()); in Enumerate() 128 for (size_t I = 0, N = Args.size(); I < N; ++I) { in EmitInterp() local 129 const auto *Arg = Args[I]; in EmitInterp() 133 OS << " const auto &V" << I; in EmitInterp() 135 OS << " const auto V" << I; in EmitInterp() 151 for (size_t I = 0, N = Args.size(); I < N; ++I) in EmitInterp() local 152 OS << ", V" << I; in EmitInterp() [all …]
|
| /freebsd/contrib/llvm-project/llvm/lib/Target/PowerPC/GISel/ |
| H A D | PPCInstructionSelector.cpp | 43 bool select(MachineInstr &I) override; 49 bool selectImpl(MachineInstr &I, CodeGenCoverage &CoverageInfo) const; 51 bool selectFPToInt(MachineInstr &I, MachineBasicBlock &MBB, 53 bool selectIntToFP(MachineInstr &I, MachineBasicBlock &MBB, 56 bool selectZExt(MachineInstr &I, MachineBasicBlock &MBB, 58 bool selectConstantPool(MachineInstr &I, MachineBasicBlock &MBB, 61 std::optional<bool> selectI64ImmDirect(MachineInstr &I, 65 bool selectI64Imm(MachineInstr &I, MachineBasicBlock &MBB, 130 static bool selectCopy(MachineInstr &I, const TargetInstrInfo &TII, in selectCopy() argument 133 Register DstReg = I.getOperand(0).getReg(); in selectCopy() [all …]
|