HomeSort by: relevance | last modified time | path
    Searched defs:OperandTraits (Results 1 - 8 of 8) sorted by relevancy

  /src/external/apache2/llvm/dist/llvm/include/llvm/IR/
GlobalIndirectSymbol.h 20 #include "llvm/IR/OperandTraits.h"
86 struct OperandTraits<GlobalIndirectSymbol> :
GlobalVariable.h 26 #include "llvm/IR/OperandTraits.h"
257 struct OperandTraits<GlobalVariable> :
Constants.h 32 #include "llvm/IR/OperandTraits.h"
399 struct OperandTraits<ConstantAggregate>
883 struct OperandTraits<BlockAddress>
919 struct OperandTraits<DSOLocalEquivalent>
1332 struct OperandTraits<ConstantExpr>
InstrTypes.h 33 #include "llvm/IR/OperandTraits.h"
93 struct OperandTraits<UnaryInstruction> :
416 struct OperandTraits<BinaryOperator> :
1052 struct OperandTraits<CmpInst> : public FixedNumOperandTraits<CmpInst, 2> {
2287 struct OperandTraits<CallBase> : public VariadicOperandTraits<CallBase, 1> {};
2356 struct OperandTraits<FuncletPadInst>
Instructions.h 36 #include "llvm/IR/OperandTraits.h"
434 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
700 struct OperandTraits<AtomicCmpXchgInst> :
896 struct OperandTraits<AtomicRMWInst>
1150 struct OperandTraits<GetElementPtrInst> :
1159 OperandTraits<GetElementPtrInst>::op_end(this) - Values,
1173 OperandTraits<GetElementPtrInst>::op_end(this) - Values,
1705 OperandTraits<CallBase>::op_end(this) -
1716 OperandTraits<CallBase>::op_end(this) -
1812 struct OperandTraits<SelectInst> : public FixedNumOperandTraits<SelectInst, 3>
    [all...]
  /src/external/apache2/llvm/dist/llvm/lib/Bitcode/Reader/
ValueList.cpp 59 struct OperandTraits<ConstantPlaceHolder>
  /src/external/apache2/llvm/dist/llvm/lib/IR/
ConstantsContext.h 30 #include "llvm/IR/OperandTraits.h"
343 struct OperandTraits<UnaryConstantExpr>
348 struct OperandTraits<BinaryConstantExpr>
353 struct OperandTraits<SelectConstantExpr>
358 struct OperandTraits<ExtractElementConstantExpr>
363 struct OperandTraits<InsertElementConstantExpr>
368 struct OperandTraits<ShuffleVectorConstantExpr>
373 struct OperandTraits<ExtractValueConstantExpr>
378 struct OperandTraits<InsertValueConstantExpr>
383 struct OperandTraits<GetElementPtrConstantExpr
    [all...]
  /src/external/apache2/llvm/dist/llvm/include/llvm/Analysis/
MemorySSA.h 367 struct OperandTraits<MemoryUse> : public FixedNumOperandTraits<MemoryUse, 1> {};
428 struct OperandTraits<MemoryDef> : public FixedNumOperandTraits<MemoryDef, 2> {};
432 struct OperandTraits<MemoryUseOrDef> {
435 return OperandTraits<MemoryUse>::op_begin(MU);
436 return OperandTraits<MemoryDef>::op_begin(cast<MemoryDef>(MUD));
441 return OperandTraits<MemoryUse>::op_end(MU);
442 return OperandTraits<MemoryDef>::op_end(cast<MemoryDef>(MUD));
447 return OperandTraits<MemoryUse>::operands(MU);
448 return OperandTraits<MemoryDef>::operands(cast<MemoryDef>(MUD));
699 template <> struct OperandTraits<MemoryPhi> : public HungoffOperandTraits<2> {}
    [all...]

Completed in 30 milliseconds