/external/swiftshader/third_party/llvm-subzero/include/llvm/IR/ |
D | OperandTraits.h | 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; \ 148 return OperandTraits<CLASS>::operands(this); \
|
D | User.h | 43 struct OperandTraits; 114 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom() 115 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom()
|
/external/llvm/include/llvm/IR/ |
D | OperandTraits.h | 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; \ 148 return OperandTraits<CLASS>::operands(this); \
|
D | User.h | 37 struct OperandTraits; 106 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom() 107 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom()
|
D | Instructions.h | 426 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> { 657 struct OperandTraits<AtomicCmpXchgInst> : 808 struct OperandTraits<AtomicRMWInst> 1051 struct OperandTraits<GetElementPtrInst> : 1060 OperandTraits<GetElementPtrInst>::op_end(this) - Values, 1073 OperandTraits<GetElementPtrInst>::op_end(this) - Values, 1867 struct OperandTraits<CallInst> : public VariadicOperandTraits<CallInst, 1> { 1876 Instruction::Call, OperandTraits<CallInst>::op_end(this) - 1886 OperandTraits<CallInst>::op_end(this) - 1976 struct OperandTraits<SelectInst> : public FixedNumOperandTraits<SelectInst, 3> { [all …]
|
D | GlobalIndirectSymbol.h | 76 struct OperandTraits<GlobalIndirectSymbol> :
|
D | GlobalVariable.h | 175 struct OperandTraits<GlobalVariable> :
|
D | InstrTypes.h | 318 struct OperandTraits<UnaryInstruction> : 548 struct OperandTraits<BinaryOperator> : 1113 struct OperandTraits<CmpInst> : public FixedNumOperandTraits<CmpInst, 2> { 1182 struct OperandTraits<FuncletPadInst>
|
D | Constants.h | 384 struct OperandTraits<ConstantAggregate> 821 struct OperandTraits<BlockAddress> : 1187 struct OperandTraits<ConstantExpr> :
|
/external/swiftshader/third_party/LLVM/include/llvm/ |
D | OperandTraits.h | 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; \ 148 return OperandTraits<CLASS>::operands(this); \
|
D | User.h | 30 struct OperandTraits; 76 ? OperandTraits<U>::op_end(const_cast<U*>(that))[Idx] in OpFrom() 77 : OperandTraits<U>::op_begin(const_cast<U*>(that))[Idx]; in OpFrom()
|
D | Instructions.h | 371 struct OperandTraits<StoreInst> : public FixedNumOperandTraits<StoreInst, 2> { 543 struct OperandTraits<AtomicCmpXchgInst> : 689 struct OperandTraits<AtomicRMWInst> 841 struct OperandTraits<GetElementPtrInst> : 855 OperandTraits<GetElementPtrInst>::op_end(this) - Values, 869 OperandTraits<GetElementPtrInst>::op_end(this) - Values, 1362 struct OperandTraits<CallInst> : public VariadicOperandTraits<CallInst, 1> { 1370 OperandTraits<CallInst>::op_end(this) - (Args.size() + 1), 1380 OperandTraits<CallInst>::op_end(this) - (Args.size() + 1), 1462 struct OperandTraits<SelectInst> : public FixedNumOperandTraits<SelectInst, 3> { [all …]
|
D | Constants.h | 389 struct OperandTraits<ConstantArray> : 449 struct OperandTraits<ConstantStruct> : 500 struct OperandTraits<ConstantVector> : 574 struct OperandTraits<BlockAddress> : 883 struct OperandTraits<ConstantExpr> :
|
D | GlobalAlias.h | 86 struct OperandTraits<GlobalAlias> :
|
D | GlobalVariable.h | 167 struct OperandTraits<GlobalVariable> :
|
D | InstrTypes.h | 130 struct OperandTraits<UnaryInstruction> : 374 struct OperandTraits<BinaryOperator> : 846 struct OperandTraits<CmpInst> : public FixedNumOperandTraits<CmpInst, 2> {
|
/external/v8/src/interpreter/ |
D | bytecode-traits.h | 32 struct OperandTraits { struct 39 struct OperandTraits<OperandType::k##Name> { \ argument 62 Helper<OperandTraits<operand_type>::TypeInfoTraits::kIsScalable, 63 OperandTraits<operand_type>::TypeInfoTraits::kUnscaledSize, 103 OperandTraits<operands>::kOperandTypeInfo...};
|
D | bytecodes.cc | 266 return OperandTraits<OperandType::k##Name>::TypeInfoTraits::kIsUnsigned; in IsUnsignedOperandType()
|
/external/swiftshader/third_party/LLVM/lib/VMCore/ |
D | Instructions.cpp | 300 OperandTraits<CallInst>::op_end(this) - 1, in CallInst() 310 OperandTraits<CallInst>::op_end(this) - 1, in CallInst() 317 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(), in CallInst() 540 OperandTraits<InvokeInst>::op_end(this) in InvokeInst() 589 OperandTraits<ReturnInst>::op_end(this) - in ReturnInst() 599 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst() 606 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst() 613 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) { in ReturnInst() 667 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst() 673 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst() [all …]
|
D | ConstantsContext.h | 242 struct OperandTraits<UnaryConstantExpr> : 248 struct OperandTraits<BinaryConstantExpr> : 254 struct OperandTraits<SelectConstantExpr> : 260 struct OperandTraits<ExtractElementConstantExpr> : 266 struct OperandTraits<InsertElementConstantExpr> : 272 struct OperandTraits<ShuffleVectorConstantExpr> : 278 struct OperandTraits<ExtractValueConstantExpr> : 284 struct OperandTraits<InsertValueConstantExpr> : 290 struct OperandTraits<GetElementPtrConstantExpr> : 298 struct OperandTraits<CompareConstantExpr> :
|
D | Globals.cpp | 88 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable() 107 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
|
/external/llvm/lib/IR/ |
D | Instructions.cpp | 291 OperandTraits<CallInst>::op_end(this) - 1, in CallInst() 301 OperandTraits<CallInst>::op_end(this) - 1, in CallInst() 308 OperandTraits<CallInst>::op_end(this) - CI.getNumOperands(), in CallInst() 669 OperandTraits<InvokeInst>::op_end(this) - in InvokeInst() 808 OperandTraits<ReturnInst>::op_end(this) - in ReturnInst() 818 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst() 825 OperandTraits<ReturnInst>::op_end(this) - !!retVal, !!retVal, in ReturnInst() 832 OperandTraits<ReturnInst>::op_end(this), 0, InsertAtEnd) { in ReturnInst() 858 OperandTraits<ResumeInst>::op_begin(this), 1) { in ResumeInst() 864 OperandTraits<ResumeInst>::op_begin(this), 1, InsertBefore) { in ResumeInst() [all …]
|
D | ConstantsContext.h | 284 struct OperandTraits<UnaryConstantExpr> 289 struct OperandTraits<BinaryConstantExpr> 294 struct OperandTraits<SelectConstantExpr> 299 struct OperandTraits<ExtractElementConstantExpr> 304 struct OperandTraits<InsertElementConstantExpr> 309 struct OperandTraits<ShuffleVectorConstantExpr> 314 struct OperandTraits<ExtractValueConstantExpr> 319 struct OperandTraits<InsertValueConstantExpr> 324 struct OperandTraits<GetElementPtrConstantExpr> 330 struct OperandTraits<CompareConstantExpr>
|
D | Globals.cpp | 225 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable() 243 OperandTraits<GlobalVariable>::op_begin(this), in GlobalVariable()
|
/external/llvm/include/llvm/Transforms/Utils/ |
D | MemorySSA.h | 238 struct OperandTraits<MemoryUseOrDef> 275 struct OperandTraits<MemoryUse> : public FixedNumOperandTraits<MemoryUse, 1> {}; 319 struct OperandTraits<MemoryDef> : public FixedNumOperandTraits<MemoryDef, 1> {}; 487 template <> struct OperandTraits<MemoryPhi> : public HungoffOperandTraits<2> {};
|