HomeSort by relevance Sort by last modified time
    Searched refs:Opc (Results 126 - 150 of 180) sorted by null

1 2 3 4 56 7 8

  /external/llvm/lib/CodeGen/SelectionDAG/
DAGCombiner.cpp 329 SDValue ReassociateOps(unsigned Opc, SDLoc DL, SDValue LHS, SDValue RHS);
    [all...]
SelectionDAGISel.cpp     [all...]
SelectionDAGBuilder.cpp     [all...]
  /external/clang/include/clang/Sema/
Overload.h 788 StringRef Opc = "",
  /external/llvm/lib/Target/AMDGPU/
SIISelLowering.cpp     [all...]
  /external/clang/lib/Sema/
SemaTemplateVariadic.cpp     [all...]
  /external/llvm/examples/Kaleidoscope/Chapter6/
toy.cpp 450 int Opc = CurTok;
453 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
  /external/llvm/examples/Kaleidoscope/Chapter7/
toy.cpp 520 int Opc = CurTok;
523 return llvm::make_unique<UnaryExprAST>(Opc, std::move(Operand));
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/cached/
toy-jit.cpp 478 int Opc = CurTok;
481 return new UnaryExprAST(Opc, Operand);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/initial/
toy.cpp 462 int Opc = CurTok;
465 return new UnaryExprAST(Opc, Operand);
    [all...]
  /external/llvm/examples/Kaleidoscope/MCJIT/lazy/
toy-jit.cpp 463 int Opc = CurTok;
466 return new UnaryExprAST(Opc, Operand);
    [all...]
toy.cpp 464 int Opc = CurTok;
467 return new UnaryExprAST(Opc, Operand);
    [all...]
  /external/llvm/lib/Target/AArch64/
AArch64CollectLOH.cpp 497 unsigned Opc = Def->getOpcode();
499 switch (Opc) {
    [all...]
AArch64FrameLowering.cpp 164 unsigned Opc = I->getOpcode();
165 bool IsDestroy = Opc == TII->getCallFrameDestroyOpcode();
    [all...]
  /external/llvm/lib/Target/ARM/
ARMBaseRegisterInfo.cpp 490 unsigned Opc = MI->getOpcode();
491 switch (Opc) {
ARMISelLowering.h 264 bool isDesirableToTransformToIntegerOp(unsigned Opc, EVT VT) const override;
  /external/llvm/lib/Target/BPF/
BPFISelLowering.cpp 425 unsigned Opc = BPFISD::RET_FLAG;
432 return DAG.getNode(Opc, DL, MVT::Other, RetOps);
  /external/llvm/lib/Target/Mips/
Mips16ISelLowering.cpp 523 emitSel16(unsigned Opc, MachineInstr *MI, MachineBasicBlock *BB) const {
557 BuildMI(BB, DL, TII->get(Opc)).addReg(MI->getOperand(3).getReg())
MipsISelLowering.h 583 unsigned Opc) const;
  /external/llvm/lib/Transforms/InstCombine/
InstCombinePHI.cpp 28 unsigned Opc = FirstInst->getOpcode();
47 if (!I || I->getOpcode() != Opc || !I->hasOneUse() ||
    [all...]
  /external/llvm/include/llvm/IR/
IRBuilder.h 741 BinaryOperator *CreateInsertNUWNSWBinOp(BinaryOperator::BinaryOps Opc,
745 BinaryOperator *BO = Insert(BinaryOperator::Create(Opc, LHS, RHS), Name);
    [all...]
  /external/llvm/lib/Target/Sparc/
SparcISelLowering.cpp     [all...]
  /external/llvm/lib/Target/Hexagon/
HexagonGenInsert.cpp     [all...]
  /external/llvm/lib/Target/X86/
X86FloatingPoint.cpp 739 int Opc = Lookup(OpcodeTable, Opcode);
740 assert(Opc != -1 && "FP Stack instruction not in OpcodeTable!");
741 return Opc;
    [all...]
  /external/llvm/lib/TableGen/
Record.cpp 606 UnOpInit *UnOpInit::get(UnaryOp opc, Init *lhs, RecTy *Type) {
610 Key TheKey(std::make_pair(std::make_pair(opc, lhs), Type));
613 if (!I) I.reset(new UnOpInit(opc, lhs, Type));
725 switch (Opc) {
734 BinOpInit *BinOpInit::get(BinaryOp opc, Init *lhs,
743 Key TheKey(std::make_pair(std::make_pair(std::make_pair(opc, lhs), rhs),
747 if (!I) I.reset(new BinOpInit(opc, lhs, rhs, Type));
853 switch (Opc) {
867 TernOpInit *TernOpInit::get(TernaryOp opc, Init *lhs, Init *mhs, Init *rhs,
879 Key TheKey(std::make_pair(std::make_pair(std::make_pair(std::make_pair(opc,
    [all...]

Completed in 5687 milliseconds

1 2 3 4 56 7 8