Searched refs:II (Results 101 - 125 of 459) sorted by relevance

1234567891011>>

/freebsd-11-stable/contrib/apr-util/crypto/
H A Dapr_md5.c119 /* FF, GG, HH, and II transformations for rounds 1, 2, 3, and 4.
137 #define II(a, b, c, d, x, s, ac) { \ macro
409 II(a, b, c, d, x[0], S41, 0xf4292244); /* 49 */
410 II(d, a, b, c, x[7], S42, 0x432aff97); /* 50 */
411 II(c, d, a, b, x[14], S43, 0xab9423a7); /* 51 */
412 II(b, c, d, a, x[5], S44, 0xfc93a039); /* 52 */
413 II(a, b, c, d, x[12], S41, 0x655b59c3); /* 53 */
414 II(d, a, b, c, x[3], S42, 0x8f0ccc92); /* 54 */
415 II(c, d, a, b, x[10], S43, 0xffeff47d); /* 55 */
416 II(
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Scalar/
H A DSROA.cpp829 void visitMemSetInst(MemSetInst &II) {
830 assert(II.getRawDest() == *U && "Pointer use is not the destination?");
831 ConstantInt *Length = dyn_cast<ConstantInt>(II.getLength());
835 return markAsDead(II);
838 return PI.setAborted(&II);
842 if (II.isVolatile() && II.getDestAddressSpace() != DL.getAllocaAddrSpace())
843 return PI.setAborted(&II);
845 insertUse(II, Offset, Length ? Length->getLimitedValue()
850 void visitMemTransferInst(MemTransferInst &II) {
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Lex/
H A DMacroInfo.cpp171 else if (auto *II = Tok.getIdentifierInfo())
172 Out << II->getName();
242 IdentifierInfo *II, MacroInfo *Macro,
247 return new (Mem) ModuleMacro(OwningModule, II, Macro, Overrides);
241 create(Preprocessor &PP, Module *OwningModule, IdentifierInfo *II, MacroInfo *Macro, ArrayRef<ModuleMacro *> Overrides) argument
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/AST/
H A DODRHash.h82 void AddIdentifierInfo(const IdentifierInfo *II);
/freebsd-11-stable/contrib/llvm-project/clang/include/clang/Serialization/
H A DASTDeserializationListener.h39 IdentifierInfo *II) { }
38 IdentifierRead(serialization::IdentID ID, IdentifierInfo *II) argument
H A DASTRecordWriter.h171 void AddIdentifierRef(const IdentifierInfo *II) { argument
172 return Writer->AddIdentifierRef(II, *Record);
174 void writeIdentifier(const IdentifierInfo *II) { argument
175 AddIdentifierRef(II);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/Hexagon/
H A DHexagonRegisterInfo.h41 void eliminateFrameIndex(MachineBasicBlock::iterator II, int SPAdj,
/freebsd-11-stable/contrib/llvm-project/llvm/include/llvm/CodeGen/
H A DScoreboardHazardRecognizer.h108 ScoreboardHazardRecognizer(const InstrItineraryData *II,
H A DFastISel.h350 virtual bool fastLowerIntrinsicCall(const IntrinsicInst *II);
476 unsigned constrainOperandRegClass(const MCInstrDesc &II, unsigned Op,
514 bool isCommutativeIntrinsic(IntrinsicInst const *II) { argument
515 switch (II->getIntrinsicID()) {
535 bool selectIntrinsicCall(const IntrinsicInst *II);
540 bool selectXRayCustomEvent(const CallInst *II);
541 bool selectXRayTypedEvent(const CallInst *II);
/freebsd-11-stable/contrib/llvm-project/clang/lib/CodeGen/
H A DMacroPPCallbacks.h68 /// \param II Identifier info, used to get the Macro name.
73 static void writeMacroDefinition(const IdentifierInfo &II,
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/ARM/
H A DARMTargetTransformInfo.h173 bool shouldExpandReduction(const IntrinsicInst *II) const {
174 switch (II->getIntrinsicID()) {
178 if (!II->getFastMathFlags().allowReassoc())
188 !II->getFastMathFlags().noNaNs();
H A DMVEGatherScatterLowering.cpp288 IntrinsicInst *II = dyn_cast<IntrinsicInst>(&I); local
289 if (II && II->getIntrinsicID() == Intrinsic::masked_gather)
290 Gathers.push_back(II);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AArch64/
H A DAArch64TargetTransformInfo.h185 bool shouldExpandReduction(const IntrinsicInst *II) const {
186 switch (II->getIntrinsicID()) {
190 return !II->getFastMathFlags().allowReassoc();
195 return !II->getFastMathFlags().noNaNs();
H A DAArch64FastISel.cpp153 bool fastLowerIntrinsicCall(const IntrinsicInst *II) override;
1138 const MCInstrDesc &II = MIB->getDesc(); local
1141 constrainOperandRegClass(II, Addr.getReg(), II.getNumDefs()+Idx));
1143 constrainOperandRegClass(II, Addr.getOffsetReg(), II.getNumDefs()+Idx+1));
1343 const MCInstrDesc &II = TII.get(Opc); local
1344 LHSReg = constrainOperandRegClass(II, LHSReg, II.getNumDefs());
1345 RHSReg = constrainOperandRegClass(II, RHSRe
1388 const MCInstrDesc &II = TII.get(Opc); local
1430 const MCInstrDesc &II = TII.get(Opc); local
1475 const MCInstrDesc &II = TII.get(Opc); local
2101 const MCInstrDesc &II = TII.get(Opc); local
2170 const MCInstrDesc &II = TII.get(Opc); local
2393 const MCInstrDesc &II = TII.get(Opc); local
2538 const MCInstrDesc &II = TII.get(Opcode); local
2557 const MCInstrDesc &II = TII.get(AArch64::BR); local
2809 const MCInstrDesc &II = TII.get(AArch64::ANDSWri); local
3275 const MCInstrDesc &II = TII.get(Addr.getReg() ? AArch64::BLR : AArch64::BL); local
3308 const MCInstrDesc &II = TII.get(AArch64::BLR); local
3398 const auto *II = cast<IntrinsicInst>(EV->getAggregateOperand()); local
3477 fastLowerIntrinsicCall(const IntrinsicInst *II) argument
5121 const MCInstrDesc &II = TII.get(Opc); local
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/StaticAnalyzer/Checkers/
H A DMallocSizeofChecker.cpp94 IdentifierInfo *II = FD->getIdentifier(); local
95 if (II == II_malloc || II == II_calloc || II == II_realloc)
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Utils/
H A DCloneFunction.cpp209 for (Instruction &II : *BB)
210 RemapInstruction(&II, VMap,
333 for (BasicBlock::const_iterator II = StartingInst, IE = --BB->end();
334 II != IE; ++II) {
336 Instruction *NewInst = II->clone();
356 VMap[&*II] = V;
363 if (II->hasName())
364 NewInst->setName(II->getName()+NameSuffix);
365 VMap[&*II]
[all...]
H A DCodeExtractor.cpp125 if (const auto *II = dyn_cast<InvokeInst>(I)) {
128 if (auto *UBB = II->getUnwindDest())
310 for (Instruction &II : BB.instructionsWithoutDebug())
311 if (auto *AI = dyn_cast<AllocaInst>(&II))
319 for (Instruction &II : BB.instructionsWithoutDebug()) {
320 unsigned Opcode = II.getOpcode();
326 StoreInst *SI = cast<StoreInst>(&II);
329 LoadInst *LI = cast<LoadInst>(&II);
344 IntrinsicInst *IntrInst = dyn_cast<IntrinsicInst>(&II);
352 if (II
986 auto *II = dyn_cast<IntrinsicInst>(&*It); local
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Target/AMDGPU/
H A DSIInsertWaitcnts.cpp1081 for (auto II = OldWaitcntInstr->getIterator(), NextI = std::next(II);
1082 &*II != &MI; II = NextI, ++NextI) {
1083 if (II->isDebugInstr())
1086 if (TrackedWaitcntSet.count(&*II)) {
1087 TrackedWaitcntSet.erase(&*II);
1088 II->eraseFromParent();
1090 } else if (II->getOpcode() == AMDGPU::S_WAITCNT) {
1091 int64_t Imm = II
1158 << "New Instr: " << *II << '\\n'); local
[all...]
H A DAMDGPUTargetTransformInfo.cpp670 IntrinsicInst *II, Value *OldV, Value *NewV) const {
671 auto IntrID = II->getIntrinsicID();
678 const ConstantInt *IsVolatile = cast<ConstantInt>(II->getArgOperand(4));
681 Module *M = II->getParent()->getParent()->getParent();
682 Type *DestTy = II->getType();
685 Intrinsic::getDeclaration(M, II->getIntrinsicID(), {DestTy, SrcTy});
686 II->setArgOperand(0, NewV);
687 II->setCalledFunction(NewDecl);
698 II->replaceAllUsesWith(NewVal);
699 II
669 rewriteIntrinsicWithAddressSpace( IntrinsicInst *II, Value *OldV, Value *NewV) const argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/IR/
H A DBasicBlock.cpp363 for (iterator II = begin(); (PN = dyn_cast<PHINode>(II)); ) {
364 ++II;
444 for (iterator II = begin(), IE = end(); II != IE; ++II) {
445 PHINode *PN = dyn_cast<PHINode>(II);
/freebsd-11-stable/contrib/llvm-project/llvm/lib/Transforms/Coroutines/
H A DCoroutines.cpp257 if (auto II = dyn_cast<IntrinsicInst>(&I)) {
258 switch (II->getIntrinsicID()) {
262 CoroSizes.push_back(cast<CoroSizeInst>(II));
265 CoroFrames.push_back(cast<CoroFrameInst>(II));
270 if (II->use_empty())
271 UnusedCoroSaves.push_back(cast<CoroSaveInst>(II));
274 auto Suspend = cast<CoroSuspendRetconInst>(II);
279 auto Suspend = cast<CoroSuspendInst>(II);
291 auto CB = cast<CoroBeginInst>(II);
309 CoroEnds.push_back(cast<CoroEndInst>(II));
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/AST/
H A DCommentSema.cpp343 const IdentifierInfo *II = Param->getIdentifier(); local
344 if (II)
345 CorrectedName = II->getName();
998 const IdentifierInfo *II = ParamVars[i]->getIdentifier(); local
999 if (II && II->getName() == Name)
1041 const IdentifierInfo *II = ND->getIdentifier(); local
1042 if (!II)
1045 StringRef Name = II->getName();
1079 const IdentifierInfo *II local
1131 const IdentifierInfo *II = ND->getIdentifier(); local
[all...]
H A DODRHash.cpp29 void ODRHash::AddIdentifierInfo(const IdentifierInfo *II) { argument
30 assert(II && "Expecting non-null pointer.");
31 ID.AddString(II->getName());
76 const IdentifierInfo *II = S.getIdentifierInfoForSlot(i); local
77 AddBoolean(II);
78 if (II) {
79 AddIdentifierInfo(II);
255 void AddIdentifierInfo(const IdentifierInfo *II) { argument
256 Hash.AddBoolean(II);
257 if (II) {
698 AddIdentifierInfo(const IdentifierInfo *II) argument
[all...]
/freebsd-11-stable/contrib/llvm-project/llvm/lib/CodeGen/
H A DSafeStack.cpp408 } else if (auto II = dyn_cast<IntrinsicInst>(&I)) {
409 if (II->getIntrinsicID() == Intrinsic::gcroot)
688 auto II = dyn_cast<IntrinsicInst>(I); local
689 if (!II)
692 if (II->getIntrinsicID() == Intrinsic::stacksave) {
693 IRBuilder<> IRB(II);
695 LI->takeName(II);
696 II->replaceAllUsesWith(LI);
697 II->eraseFromParent();
698 } else if (II
[all...]
/freebsd-11-stable/contrib/llvm-project/clang/lib/Parse/
H A DParsePragma.cpp561 IdentifierInfo *II = local
563 Actions.ActOnPragmaDump(getCurScope(), Tok.getLocation(), II); local
953 auto *II = Tok.getIdentifierInfo(); local
954 StringRef Section = llvm::StringSwitch<StringRef>(II->getName())
1329 if (const auto *II = Tok.getIdentifierInfo()) {
1330 if (II->isStr("apply_to"))
1332 if (II->isStr("any"))
1529 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
1530 if (!II->isStr("apply_to")) {
1667 const IdentifierInfo *II local
1763 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
1871 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
2365 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
2393 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
2552 IdentifierInfo *II = Tok.getIdentifierInfo(); local
2630 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
2702 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
3038 IdentifierInfo *II = Tok.getIdentifierInfo(); local
3092 IdentifierInfo *II = Tok.getIdentifierInfo(); local
3176 IdentifierInfo *II = Tok.getIdentifierInfo(); local
3207 const IdentifierInfo *II = Tok.getIdentifierInfo(); local
[all...]

Completed in 183 milliseconds

1234567891011>>