Home
last modified time | relevance | path

Searched refs:Inst (Results 551 – 567 of 567) sorted by relevance

1...<<212223

/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AMDGPU/
H A DSIInstructions.td1851 class FPToI1Pat<Instruction Inst, int KOne, ValueType kone_type, ValueType vt, SDPatternOperator fp…
1853 (i1 (Inst 0, (kone_type KOne), $src0_modifiers, $src0, DSTCLAMP.NONE))
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Hexagon/
H A DHexagonISelLowering.cpp1936 static bool isBrevLdIntrinsic(const Value *Inst) { in isBrevLdIntrinsic() argument
1937 unsigned ID = cast<IntrinsicInst>(Inst)->getIntrinsicID(); in isBrevLdIntrinsic()
/netbsd/external/gpl3/gcc.old/dist/libphobos/src/std/
H A Dtraits.d520 template Inst(alias A) { int x; } in version() function
587 static assert(fqn!(qnTests.Inst!(Object)) == prefix ~ "Inst!(object.Object)");
588 static assert(fqn!(qnTests.Inst!(Object).x) == prefix ~ "Inst!(object.Object).x");
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/Mips/
H A DMicroMipsInstrInfo.td1 //===--- MicroMipsInstrFormats.td - microMIPS Inst Defs -*- tablegen -*----===//
/netbsd/external/gpl3/gcc/dist/libphobos/src/std/
H A Dtraits.d610 template Inst(alias A) { int x; } in version() function
677 static assert(fqn!(qnTests.Inst!(Object)) == prefix ~ "Inst!(object.Object)");
678 static assert(fqn!(qnTests.Inst!(Object).x) == prefix ~ "Inst!(object.Object).x");
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/AArch64/
H A DAArch64ISelLowering.cpp9594 unsigned Inst = IsShiftRight ? AArch64ISD::VSRI : AArch64ISD::VSLI; in tryLowerToSLI() local
9595 SDValue ResultSLI = DAG.getNode(Inst, DL, VT, X, Y, Shift.getOperand(1)); in tryLowerToSLI()
17216 bool AArch64TargetLowering::fallBackToDAGISel(const Instruction &Inst) const { in fallBackToDAGISel()
17217 if (isa<ScalableVectorType>(Inst.getType())) in fallBackToDAGISel()
17220 for (unsigned i = 0; i < Inst.getNumOperands(); ++i) in fallBackToDAGISel()
17221 if (isa<ScalableVectorType>(Inst.getOperand(i)->getType())) in fallBackToDAGISel()
17224 if (const AllocaInst *AI = dyn_cast<AllocaInst>(&Inst)) { in fallBackToDAGISel()
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/PowerPC/
H A DPPCISelLowering.cpp10956 Instruction *Inst, in emitLeadingFence() argument
10966 Instruction *Inst, in emitTrailingFence() argument
10968 if (Inst->hasAtomicLoad() && isAcquireOrStronger(Ord)) { in emitTrailingFence()
10972 if (isa<LoadInst>(Inst) && Subtarget.isPPC64()) in emitTrailingFence()
10976 Intrinsic::ppc_cfence, {Inst->getType()}), in emitTrailingFence()
10977 {Inst}); in emitTrailingFence()
H A DPPCInstrInfo.td1057 def memrix16 : Operand<iPTR> { // memri, imm is 16-aligned, 12-bit, Inst{16:27}
4427 let Inst{16} = E;
4428 let Inst{21-30} = 163;
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/X86/
H A DX86InstrInfo.td3505 multiclass FpUnaryAlias<string Mnemonic, Instruction Inst, bit EmitAlias = 1> {
3507 (Inst RSTi:$op), EmitAlias>;
3509 (Inst ST0), EmitAlias>;
H A DX86InstrAVX512.td2988 Instruction Inst> {
2994 (Inst (COPY_TO_REGCLASS VK8:$src1, VK16),
2999 (COPY_TO_REGCLASS (Inst
3003 (COPY_TO_REGCLASS (Inst
3007 (COPY_TO_REGCLASS (Inst
H A DX86TargetTransformInfo.cpp4133 Instruction *Inst) { in getIntImmCostInst() argument
/netbsd/external/apache2/llvm/dist/clang/lib/CodeGen/
H A DCodeGenModule.cpp913 void CodeGenModule::DecorateInstructionWithTBAA(llvm::Instruction *Inst, in DecorateInstructionWithTBAA() argument
916 Inst->setMetadata(llvm::LLVMContext::MD_tbaa, Tag); in DecorateInstructionWithTBAA()
/netbsd/external/apache2/llvm/dist/llvm/docs/
H A DProgrammersManual.rst2693 if (Instruction *Inst = dyn_cast<Instruction>(U)) {
2695 errs() << *Inst << "\n";
3560 Inst->replaceAllUsesWith(ConstVal);
/netbsd/external/apache2/llvm/dist/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp1651 if (const Instruction *Inst = dyn_cast<Instruction>(V)) { in getValueImpl() local
1652 unsigned InReg = FuncInfo.InitializeRegForValue(Inst); in getValueImpl()
1655 Inst->getType(), None); in getValueImpl()
/netbsd/external/apache2/llvm/dist/llvm/lib/Analysis/
H A DScalarEvolution.cpp11852 const SCEV *ScalarEvolution::getElementSize(Instruction *Inst) { in getElementSize() argument
11854 if (StoreInst *Store = dyn_cast<StoreInst>(Inst)) in getElementSize()
11856 else if (LoadInst *Load = dyn_cast<LoadInst>(Inst)) in getElementSize()
/netbsd/external/apache2/llvm/dist/clang/include/clang/Sema/
H A DSema.h9343 const Decl *Pattern, Decl *Inst,
9349 const Decl *Pattern, Decl *Inst,
/netbsd/external/apache2/llvm/dist/llvm/lib/Target/ARM/
H A DARMISelLowering.cpp19301 Instruction *Inst, in emitLeadingFence() argument
19311 if (!Inst->hasAtomicStore()) in emitLeadingFence()
19326 Instruction *Inst, in emitTrailingFence() argument

1...<<212223