HomeSort by relevance Sort by last modified time
    Searched defs:Ins (Results 1 - 25 of 80) sorted by null

1 2 3 4

  /external/llvm/lib/Transforms/IPO/
IPConstantPropagation.cpp 221 Instruction *Ins = cast<Instruction>(*I);
228 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Ins))
241 Ins->replaceAllUsesWith(New);
242 Ins->eraseFromParent();
PartialInlining.cpp 100 Instruction *Ins = &newReturnBlock->front();
105 PHINode *retPhi = PHINode::Create(OldPhi->getType(), 2, "", Ins);
107 Ins = newReturnBlock->getFirstNonPHI();
  /external/swiftshader/third_party/LLVM/lib/Transforms/IPO/
IPConstantPropagation.cpp 250 Instruction *Ins = cast<Instruction>(*I);
257 if (ExtractValueInst *EV = dyn_cast<ExtractValueInst>(Ins))
270 Ins->replaceAllUsesWith(New);
271 Ins->eraseFromParent();
PartialInlining.cpp 93 BasicBlock::iterator Ins = newReturnBlock->begin();
98 PHINode* retPhi = PHINode::Create(OldPhi->getType(), 2, "", Ins);
100 Ins = newReturnBlock->getFirstNonPHI();
  /external/swiftshader/third_party/LLVM/lib/Target/Mips/
MipsISelLowering.h 89 Ins
123 const SmallVectorImpl<ISD::InputArg> &Ins,
145 const SmallVectorImpl<ISD::InputArg> &Ins,
155 const SmallVectorImpl<ISD::InputArg> &Ins,
  /external/llvm/lib/Target/AArch64/
AArch64RegisterInfo.cpp 328 MachineBasicBlock::iterator Ins = MBB->begin();
330 if (Ins != MBB->end())
331 DL = Ins->getDebugLoc();
340 BuildMI(*MBB, Ins, DL, MCID, BaseReg)
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 153 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,
169 CCInfo.AnalyzeFormalArguments(Ins, CC_BPF64);
221 auto &Ins = CLI.Ins;
340 return LowerCallResult(Chain, InFlag, CallConv, IsVarArg, Ins, CLI.DL, DAG,
394 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,
402 if (Ins.size() >= 2) {
404 for (unsigned i = 0, e = Ins.size(); i != e; ++i)
405 InVals.push_back(DAG.getConstant(0, DL, Ins[i].VT));
406 return DAG.getCopyFromReg(Chain, DL, 1, Ins[0].VT, InFlag).getValue(1)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 73 SmallVector<ISD::InputArg, 4> Ins;
172 Ins.clear();
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/darwin-x86/clang-4691093/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/linux-x86/clang-4053586/prebuilt_include/llvm/include/llvm/CodeGen/
FastISel.h 73 SmallVector<ISD::InputArg, 4> Ins;
172 Ins.clear();
  /prebuilts/clang/host/linux-x86/clang-4393122/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/linux-x86/clang-4479392/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/linux-x86/clang-4579689/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/linux-x86/clang-4630689/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/linux-x86/clang-4639204/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /prebuilts/clang/host/linux-x86/clang-4691093/include/llvm/CodeGen/
FastISel.h 98 SmallVector<ISD::InputArg, 4> Ins;
197 Ins.clear();
  /external/llvm/include/llvm/CodeGen/
FastISel.h 88 SmallVector<ISD::InputArg, 4> Ins;
190 Ins.clear();
  /external/llvm/lib/Target/PowerPC/
PPCRegisterInfo.cpp     [all...]
  /external/llvm/lib/Target/WebAssembly/
WebAssemblyISelLowering.cpp 304 SmallVectorImpl<ISD::InputArg> &Ins = CLI.Ins;
305 if (Ins.size() > 1)
404 for (const auto &In : Ins) {
421 DAG.getNode(Ins.empty() ? WebAssemblyISD::CALL0 : WebAssemblyISD::CALL1,
423 if (Ins.empty()) {
472 const SmallVectorImpl<ISD::InputArg> &Ins, const SDLoc &DL,
484 for (const ISD::InputArg &In : Ins) {
515 DAG.getTargetConstant(Ins.size(), DL, MVT::i32)));
  /external/llvm/lib/Transforms/Scalar/
LoopInterchange.cpp 90 Instruction *Ins = dyn_cast<Instruction>(I);
91 if (!Ins)
351 bool areAllUsesReductions(Instruction *Ins, Loop *L);
601 bool LoopInterchangeLegality::areAllUsesReductions(Instruction *Ins, Loop *L) {
602 return !std::any_of(Ins->user_begin(), Ins->user_end(), [=](User *U) -> bool {
725 Instruction *Ins = dyn_cast<Instruction>(PHI->getIncomingValue(0));
726 if (!Ins)
730 if (!isa<PHINode>(Ins) && isOuterLoopExitBlock)
903 for (Instruction &Ins : **BI)
    [all...]

Completed in 637 milliseconds

1 2 3 4