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

  /external/llvm/lib/Target/AArch64/
AArch64AddressTypePromotion.cpp 167 const Instruction *Opnd = cast<Instruction>(Inst->getOperand(0));
170 Opnd->getOperand(0)->getType()->getIntegerBitWidth() &&
320 Value *Opnd = Inst->getOperand(OpIdx);
321 if (const ConstantInt *Cst = dyn_cast<ConstantInt>(Opnd)) {
328 if (isa<UndefValue>(Opnd)) {
338 SExtForOpnd->setOperand(0, Opnd);
  /external/llvm/lib/Transforms/Scalar/
ConstantHoisting.cpp 123 Value *Opnd = Inst->getOperand(Idx);
124 if (auto CastInst = dyn_cast<Instruction>(Opnd))
240 Value *Opnd = Inst->getOperand(Idx);
243 if (auto ConstInt = dyn_cast<ConstantInt>(Opnd)) {
249 if (auto CastInst = dyn_cast<Instruction>(Opnd)) {
264 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) {
490 Value *Opnd = ConstUser.Inst->getOperand(ConstUser.OpndIdx);
493 if (isa<ConstantInt>(Opnd)) {
502 if (auto CastInst = dyn_cast<Instruction>(Opnd)) {
524 if (auto ConstExpr = dyn_cast<ConstantExpr>(Opnd)) {
    [all...]
  /external/llvm/lib/Target/Mips/
MipsSEISelLowering.cpp     [all...]
  /external/swiftshader/third_party/subzero/src/
IceCfg.cpp 640 auto *Opnd = Instr.getSrc(i);
641 if (auto *Var = llvm::dyn_cast<Variable>(Opnd)) {
659 auto *Opnd = Instr.getSrc(i);
660 if (auto *Var = llvm::dyn_cast<Variable>(Opnd)) {
    [all...]
  /external/llvm/lib/Target/X86/
X86FastISel.cpp     [all...]
  /external/llvm/lib/CodeGen/
CodeGenPrepare.cpp     [all...]
  /external/llvm/lib/Target/Mips/AsmParser/
MipsAsmParser.cpp     [all...]

Completed in 419 milliseconds