HomeSort by relevance Sort by last modified time
    Searched refs:OperandTraits (Results 1 - 14 of 14) sorted by null

  /external/llvm/include/llvm/IR/
OperandTraits.h 1 //===-- llvm/OperandTraits.h - OperandTraits class definition ---*- C++ -*-===//
125 return OperandTraits<CLASS>::op_begin(this); \
128 return OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this)); \
131 return OperandTraits<CLASS>::op_end(this); \
134 return OperandTraits<CLASS>::op_end(const_cast<CLASS*>(this)); \
137 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
140 OperandTraits<CLASS>::op_begin(const_cast<CLASS*>(this))[i_nocapture].get()); \
143 assert(i_nocapture < OperandTraits<CLASS>::operands(this) \
145 OperandTraits<CLASS>::op_begin(this)[i_nocapture] = Val_nocapture;
    [all...]
User.h 29 /// OperandTraits - Compile-time customization of
33 struct OperandTraits;
80 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx]
81 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx];
GlobalAlias.h 21 #include "llvm/IR/OperandTraits.h"
117 struct OperandTraits<GlobalAlias> :
GlobalVariable.h 26 #include "llvm/IR/OperandTraits.h"
179 struct OperandTraits<GlobalVariable> :
Instructions.h 388 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
608 struct OperandTraits<AtomicCmpXchgInst> :
754 struct OperandTraits<AtomicRMWInst>
    [all...]
Constants.h 29 #include "llvm/IR/OperandTraits.h"
369 struct OperandTraits<ConstantArray> :
427 struct OperandTraits<ConstantStruct> :
474 struct OperandTraits<ConstantVector> :
782 struct OperandTraits<BlockAddress> :
    [all...]
InstrTypes.h 22 #include "llvm/IR/OperandTraits.h"
128 struct OperandTraits<UnaryInstruction> :
371 struct OperandTraits<BinaryOperator> :
    [all...]
  /external/llvm/lib/IR/
Instructions.cpp 307 OperandTraits<CallInst>::op_end(this) - 1,
317 OperandTraits<CallInst>::op_end(this) - 1,
324 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(),
558 OperandTraits<InvokeInst>::op_end(this)
617 OperandTraits<ReturnInst>::op_end(this) -
627 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
634 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal,
641 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) {
667 OperandTraits<ResumeInst>::op_begin(this), 1) {
673 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore)
    [all...]
ConstantsContext.h 258 struct OperandTraits<UnaryConstantExpr> :
264 struct OperandTraits<BinaryConstantExpr> :
270 struct OperandTraits<SelectConstantExpr> :
276 struct OperandTraits<ExtractElementConstantExpr> :
282 struct OperandTraits<InsertElementConstantExpr> :
288 struct OperandTraits<ShuffleVectorConstantExpr> :
294 struct OperandTraits<ExtractValueConstantExpr> :
300 struct OperandTraits<InsertValueConstantExpr> :
306 struct OperandTraits<GetElementPtrConstantExpr> :
314 struct OperandTraits<CompareConstantExpr>
    [all...]
Globals.cpp 136 OperandTraits<GlobalVariable>::op_begin(this),
156 OperandTraits<GlobalVariable>::op_begin(this),
Constants.cpp 773 OperandTraits<ConstantArray>::op_end(this) - V.size(),
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 22 #include "llvm/IR/OperandTraits.h"
260 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 25 #include "llvm/IR/OperandTraits.h"
232 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 27 #include "llvm/IR/OperandTraits.h"
511 struct OperandTraits<ConstantPlaceHolder> :
    [all...]

Completed in 126 milliseconds