Searched refs:ConstraintID (Results 1 - 18 of 18) sorted by relevance

/freebsd-11.0-release/contrib/llvm/lib/Target/WebAssembly/
H A DWebAssemblyISelDAGToDAG.cpp59 bool SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID,
108 const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) {
109 switch (ConstraintID) {
107 SelectInlineAsmMemoryOperand( const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Mips/
H A DMipsISelDAGToDAG.cpp235 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, argument
238 switch(ConstraintID) {
H A DMipsISelDAGToDAG.h129 unsigned ConstraintID,
H A DMipsSEISelDAGToDAG.h123 unsigned ConstraintID,
H A DMipsSEISelDAGToDAG.cpp952 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, argument
956 switch(ConstraintID) {
/freebsd-11.0-release/contrib/llvm/lib/Target/XCore/
H A DXCoreISelDAGToDAG.cpp68 bool SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID,
112 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, argument
115 switch (ConstraintID) {
/freebsd-11.0-release/contrib/llvm/lib/Target/NVPTX/
H A DNVPTXISelDAGToDAG.h51 unsigned ConstraintID,
H A DNVPTXISelDAGToDAG.cpp5105 const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) {
5107 switch (ConstraintID) {
5104 SelectInlineAsmMemoryOperand( const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/MSP430/
H A DMSP430ISelDAGToDAG.cpp107 bool SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID,
284 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, argument
287 switch (ConstraintID) {
/freebsd-11.0-release/contrib/llvm/lib/Target/Sparc/
H A DSparcISelDAGToDAG.cpp54 unsigned ConstraintID,
388 unsigned ConstraintID,
391 switch (ConstraintID) {
387 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) argument
/freebsd-11.0-release/contrib/llvm/include/llvm/CodeGen/
H A DSelectionDAGISel.h88 unsigned ConstraintID,
87 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/SystemZ/
H A DSystemZISelDAGToDAG.cpp347 bool SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID,
1286 unsigned ConstraintID,
1288 switch(ConstraintID) {
1285 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/Hexagon/
H A DHexagonISelDAGToDAG.cpp91 unsigned ConstraintID,
1351 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, argument
1355 switch (ConstraintID) {
/freebsd-11.0-release/contrib/llvm/lib/Target/X86/
H A DX86ISelDAGToDAG.cpp236 unsigned ConstraintID,
2980 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, argument
2983 switch (ConstraintID) {
/freebsd-11.0-release/contrib/llvm/lib/CodeGen/SelectionDAG/
H A DSelectionDAGBuilder.cpp6397 unsigned ConstraintID =
6399 assert(ConstraintID != InlineAsm::Constraint_Unknown &&
6404 OpFlags = InlineAsm::getFlagWordForMem(OpFlags, ConstraintID);
6552 unsigned ConstraintID =
6554 assert(ConstraintID != InlineAsm::Constraint_Unknown &&
6559 ResOpType = InlineAsm::getFlagWordForMem(ResOpType, ConstraintID);
/freebsd-11.0-release/contrib/llvm/lib/Target/AArch64/
H A DAArch64ISelDAGToDAG.cpp65 unsigned ConstraintID,
230 const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) {
231 switch(ConstraintID) {
229 SelectInlineAsmMemoryOperand( const SDValue &Op, unsigned ConstraintID, std::vector<SDValue> &OutOps) argument
/freebsd-11.0-release/contrib/llvm/lib/Target/ARM/
H A DARMISelDAGToDAG.cpp257 bool SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID,
3925 SelectInlineAsmMemoryOperand(const SDValue &Op, unsigned ConstraintID, argument
3927 switch(ConstraintID) {
/freebsd-11.0-release/contrib/llvm/lib/Target/PowerPC/
H A DPPCISelDAGToDAG.cpp190 unsigned ConstraintID,
193 switch(ConstraintID) {
195 errs() << "ConstraintID: " << ConstraintID << "\n";

Completed in 660 milliseconds