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

  /external/llvm/include/llvm/IR/
GlobalAlias.h 21 #include "llvm/IR/OperandTraits.h"
116 struct OperandTraits<GlobalAlias> :
GlobalVariable.h 26 #include "llvm/IR/OperandTraits.h"
169 struct OperandTraits<GlobalVariable> :
Constants.h 29 #include "llvm/IR/OperandTraits.h"
391 struct OperandTraits<ConstantArray> :
451 struct OperandTraits<ConstantStruct> :
504 struct OperandTraits<ConstantVector> :
    [all...]
Function.h 28 #include "llvm/IR/OperandTraits.h"
659 struct OperandTraits<Function> : public HungoffOperandTraits<3> {};
InstrTypes.h 25 #include "llvm/IR/OperandTraits.h"
318 struct OperandTraits<UnaryInstruction> :
568 struct OperandTraits<BinaryOperator> :
    [all...]
Instructions.h 436 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> {
666 struct OperandTraits<AtomicCmpXchgInst> :
817 struct OperandTraits<AtomicRMWInst>
    [all...]
  /external/v8/src/interpreter/
bytecode-traits.h 32 struct OperandTraits {
39 struct OperandTraits<OperandType::k##Name> { \
62 Helper<OperandTraits<operand_type>::TypeInfoTraits::kIsScalable,
63 OperandTraits<operand_type>::TypeInfoTraits::kUnscaledSize,
96 OperandTraits<operand_0>::kOperandTypeInfo,
97 OperandTraits<operand_1>::kOperandTypeInfo,
98 OperandTraits<operand_2>::kOperandTypeInfo,
99 OperandTraits<operand_3>::kOperandTypeInfo, OperandTypeInfo::kNone};
129 return (OperandTraits<operand_0>::TypeInfoTraits::kIsScalable |
130 OperandTraits<operand_1>::TypeInfoTraits::kIsScalable
    [all...]
  /external/llvm/lib/IR/
ConstantsContext.h 292 struct OperandTraits<UnaryConstantExpr>
297 struct OperandTraits<BinaryConstantExpr>
302 struct OperandTraits<SelectConstantExpr>
307 struct OperandTraits<ExtractElementConstantExpr>
312 struct OperandTraits<InsertElementConstantExpr>
317 struct OperandTraits<ShuffleVectorConstantExpr>
322 struct OperandTraits<ExtractValueConstantExpr>
327 struct OperandTraits<InsertValueConstantExpr>
332 struct OperandTraits<GetElementPtrConstantExpr>
338 struct OperandTraits<CompareConstantExpr
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_2_7/
BitcodeReader.cpp 28 #include "llvm/IR/OperandTraits.h"
561 struct OperandTraits<ConstantPlaceHolder> :
    [all...]
  /external/llvm/lib/Bitcode/Reader/
BitcodeReader.cpp 28 #include "llvm/IR/OperandTraits.h"
879 struct OperandTraits<ConstantPlaceHolder>
    [all...]
  /frameworks/compile/libbcc/bcinfo/BitReader_3_0/
BitcodeReader.cpp 30 #include "llvm/IR/OperandTraits.h"
836 struct OperandTraits<ConstantPlaceHolder> :
    [all...]

Completed in 340 milliseconds