Lines Matching refs:getValueAsString
73 const StringRef Str = Reg->getValueAsString("Namespace"); in expandCheckRegOperand()
113 << (shouldNegate() ? "!= " : "== ") << Inst->getValueAsString("Namespace") in expandCheckOpcode()
244 OS << "case " << Opcode->getValueAsString("Namespace") in expandOpcodeSwitchCase()
327 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
331 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
339 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
343 Rec->getValueAsString("ImmVal"), in expandPredicate()
344 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
348 Rec->getValueAsString("FunctionMapper")); in expandPredicate()
373 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
374 Rec->getValueAsString("MachineInstrFnName")); in expandPredicate()
379 OS, Rec->getValueAsString("MCInstFnName"), in expandPredicate()
380 Rec->getValueAsString("MachineInstrFnName"), in expandPredicate()
381 Rec->getValueAsString("TIIPtrName")); in expandPredicate()
385 return expandCheckNonPortable(OS, Rec->getValueAsString("CodeBlock")); in expandPredicate()
388 return expandTIIFunctionCall(OS, Rec->getValueAsString("FunctionName")); in expandPredicate()
396 StringRef FunctionName = Rec->getValueAsString("Name"); in expandHeader()
430 OS << "if (" << Delegate->getValueAsString("Name") << "(MI"; in expandPrologue()
529 StringRef FunctionName = Fn.getDeclaration()->getValueAsString("Name"); in expandEpilogue()