HomeSort by relevance Sort by last modified time
    Searched refs:Operand (Results 301 - 325 of 361) sorted by null

<<1112131415

  /external/llvm/include/llvm/Target/
TargetLowering.h 183 /// Returns the type to be used for the index operand of:
    [all...]
  /external/llvm/lib/Target/Hexagon/Disassembler/
HexagonDisassembler.cpp 639 uint32_t Operand = Upper26 | Lower6;
640 return Operand;
1362 int64_t operand; local
    [all...]
  /external/llvm/lib/Analysis/
DependenceAnalysis.cpp     [all...]
ScalarEvolution.cpp 507 // For instructions, compare their loop depth, and their operand
557 // Addrec complexity grows with operand count.
611 // Compare cast expressions by operand.
    [all...]
  /external/llvm/lib/Target/X86/AsmParser/
X86AsmParser.cpp 104 "Unexpected operand!");
529 // Unary minus. No need to pop the minus operand because it was never
539 // Unary not. No need to pop the not operand because it was never
756 /// Parses AVX512 specific operand primitives: masked registers ({%k<NUM>}, {z})
    [all...]
  /external/llvm/lib/Transforms/InstCombine/
InstCombineAndOrXor.cpp 29 Value *Operand = BinaryOperator::getNotArgument(V);
30 if (!IsFreeToInvert(Operand, Operand->hasOneUse()))
31 return Operand;
    [all...]
  /external/llvm/utils/TableGen/
CodeGenDAGPatterns.h 175 unsigned OperandNo; // The operand # this constraint applies to.
434 /// operand. ComplexPattern specifies this explicitly; MIOperandInfo gives it
497 // Update node type with types inferred from an instruction operand or result
500 bool UpdateNodeTypeFromInst(unsigned ResNo, Record *Operand, TreePattern &TP);
558 /// consistent: each named operand can be defined by at most one
559 /// ComplexPattern. This records the ComplexPattern instance and the operand
560 /// number for each operand encountered in a ComplexPattern to aid in that
794 assert(DefaultOperands.count(R) &&"Isn't an analyzed default operand!");
  /external/v8/src/mips/
assembler-mips.cc 194 // Implementation of Operand and MemOperand.
197 Operand::Operand(Handle<Object> handle) {
214 MemOperand::MemOperand(Register rm, int32_t offset) : Operand(rm) {
220 OffsetAddend offset_addend) : Operand(rm) {
    [all...]
  /external/v8/src/mips64/
assembler-mips64.cc 172 // Implementation of Operand and MemOperand.
175 Operand::Operand(Handle<Object> handle) {
192 MemOperand::MemOperand(Register rm, int32_t offset) : Operand(rm) {
199 : Operand(rm) {
    [all...]
  /frameworks/compile/mclinker/lib/Object/
ObjectLinker.cpp 36 #include "mcld/Script/Operand.h"
526 assert((*it).second.symbol().type() == Operand::SYMBOL);
    [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp 821 /// Render the operand to an MCInst as a GPR32
822 /// Asserts if the wrong number of operands are requested, or the operand
844 /// Render the operand to an MCInst as a GPR64
845 /// Asserts if the wrong number of operands are requested, or the operand
    [all...]
  /external/llvm/lib/Target/Sparc/AsmParser/
SparcAsmParser.cpp 67 parseSparcAsmOperand(std::unique_ptr<SparcOperand> &Operand,
258 /// getStartLoc - Get the location of the first token of this operand.
262 /// getEndLoc - Get the location of the last token of this operand.
442 // the imm operand can be either an expression or an immediate.
455 // For 'set' you can't use 'or' with a negative operand on V9 because
491 // where the operand to 'set' was 0xFFFFFzzz - it does exactly what you mean.
550 return Error(ErrorLoc, "invalid operand for instruction");
584 // First operand in MCInst is instruction mnemonic.
591 // Read the first operand.
607 // Parse and remember the operand
    [all...]
  /external/llvm/lib/Transforms/Scalar/
SROA.cpp     [all...]
LoopStrengthReduce.cpp 599 // Check for a multiply operand that we can pull RHS out of.
755 // Zero/One operand expressions
788 // If we have the value of one operand, check if an existing
    [all...]
  /external/llvm/lib/Target/SystemZ/
SystemZISelLowering.cpp 176 // available, or if the operand is constant.
    [all...]
  /external/clang/lib/CodeGen/
CGExpr.cpp     [all...]
TargetInfo.cpp     [all...]
  /external/clang/lib/AST/
Expr.cpp     [all...]
ExprConstant.cpp     [all...]
  /external/clang/lib/Sema/
SemaExpr.cpp 818 // operand or a subexpression thereof the value contained in the
    [all...]
  /external/clang/lib/Serialization/
ASTReaderStmt.cpp 651 E->Operand = Reader.ReadSubExpr();
    [all...]
  /external/llvm/lib/Target/PowerPC/
PPCISelLowering.cpp     [all...]
  /external/clang/include/clang/AST/
Expr.h 731 /// or CastExprs, returning their operand.
734 /// Ignore casts. Strip off any CastExprs, returning their operand.
738 /// any ParenExpr or ImplicitCastExprs, returning their operand.
754 /// CastExprs that represent lvalue casts, returning their operand.
763 /// ParenExpr or CastExprs, returning their operand.
    [all...]
  /external/iputils/ninfod/
configure     [all...]
  /prebuilts/misc/windows/sdl2/test/
configure     [all...]

Completed in 1801 milliseconds

<<1112131415